1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-23 08:00:22 +08:00

feat(table): 添加vxe-table,适配naiveui主题,并替换掉之前table,自带导出

This commit is contained in:
leipu
2024-11-20 13:25:21 +08:00
parent 3c6dce3eeb
commit 85867263e6
11 changed files with 1013 additions and 41 deletions

View File

@@ -2,5 +2,6 @@ export { default as AppCard } from './AppCard.vue'
export { default as AppPage } from './AppPage.vue'
export { default as CommonPage } from './CommonPage.vue'
export { default as LayoutSetting } from './LayoutSetting.vue'
export { default as MeVxeGrid } from './MeVxeGrid.vue'
export { default as TheFooter } from './TheFooter.vue'
export { default as ToggleTheme } from './ToggleTheme.vue'