Browse Source

fix(drawer): ensure the slot is working

pull/443/head
Vben 6 years ago
parent
commit
b9b470f4df
  1. 3
      src/components/Drawer/src/BasicDrawer.vue

3
src/components/Drawer/src/BasicDrawer.vue

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

Loading…
Cancel
Save