Jelajahi Sumber

🎨 feature(drawer-wrapper): add tool-bar slots

晓晓晓晓丶vv 4 tahun lalu
induk
melakukan
f500ab4ef7
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/components/drawer-wrapper/index.vue

+ 1 - 0
src/components/drawer-wrapper/index.vue

@@ -4,6 +4,7 @@
             :width="width"
             :destroy-on-close="destroyOnClose"
             :placement="placement">
+    <slot name="tool-bar" />
     <a-table :rowKey="rowKey"
              :columns="columns"
              :data-source="source"