Commit b9b470f4 authored by Vben's avatar Vben

fix(drawer): ensure the slot is working

parent 1e4a250d
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
</template> </template>
</DrawerHeader> </DrawerHeader>
</template> </template>
<template v-else #title>
<slot name="title"></slot>
</template>
<ScrollContainer <ScrollContainer
:style="getScrollContentStyle" :style="getScrollContentStyle"
......
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