fix(drawer): ensure the slot is working

This commit is contained in:
Vben 2021-03-29 23:50:10 +08:00
parent 1e4a250da1
commit b9b470f4df

View File

@ -12,6 +12,9 @@
</template>
</DrawerHeader>
</template>
<template v-else #title>
<slot name="title"></slot>
</template>
<ScrollContainer
:style="getScrollContentStyle"