mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 20:00:19 +08:00
fix: fix collapse header title not rendering (#256)
This commit is contained in:
parent
c57dea0438
commit
c81d48e734
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div :class="`${prefixCls}__header`">
|
||||
<BasicTitle :helpMessage="helpMessage">
|
||||
<template v-if="$attrs.title">
|
||||
<template v-if="title">
|
||||
{{ title }}
|
||||
</template>
|
||||
<template v-else>
|
||||
|
Loading…
Reference in New Issue
Block a user