소스 검색

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

晓晓晓晓丶vv 4 년 전
부모
커밋
f500ab4ef7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"