Skip to content

Commit

Permalink
fix: fix collapse header title not rendering (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Niang authored Feb 7, 2021
1 parent c57dea0 commit c81d48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Container/src/collapse/CollapseHeader.vue
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit c81d48e

Please sign in to comment.