Unverified Commit c81d48e7 authored by John Niang's avatar John Niang Committed by GitHub

fix: fix collapse header title not rendering (#256)

parent c57dea04
<template>
<div :class="`${prefixCls}__header`">
<BasicTitle :helpMessage="helpMessage">
<template v-if="$attrs.title">
<template v-if="title">
{{ title }}
</template>
<template v-else>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment