From 684d564ea1e6ad2e06af1870f73485fd88d055f3 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Fri, 9 May 2025 16:16:57 +0800 Subject: [PATCH] feat: add table toolbar comp --- .../src/components/table-toolbar/index.ts | 1 + .../table-toolbar/table-toolbar.vue | 60 +++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 apps/web-naive/src/components/table-toolbar/index.ts create mode 100644 apps/web-naive/src/components/table-toolbar/table-toolbar.vue diff --git a/apps/web-naive/src/components/table-toolbar/index.ts b/apps/web-naive/src/components/table-toolbar/index.ts new file mode 100644 index 00000000..720e3224 --- /dev/null +++ b/apps/web-naive/src/components/table-toolbar/index.ts @@ -0,0 +1 @@ +export { default as TableToolbar } from './table-toolbar.vue'; diff --git a/apps/web-naive/src/components/table-toolbar/table-toolbar.vue b/apps/web-naive/src/components/table-toolbar/table-toolbar.vue new file mode 100644 index 00000000..eb453bdf --- /dev/null +++ b/apps/web-naive/src/components/table-toolbar/table-toolbar.vue @@ -0,0 +1,60 @@ + + + +