This commit is contained in:
Zyronon
2025-12-13 16:54:25 +08:00
parent 9913421cd7
commit b7d6e4e09c
6 changed files with 486 additions and 153 deletions

1
components.d.ts vendored
View File

@@ -18,6 +18,7 @@ declare module 'vue' {
BaseList: typeof import('./src/components/list/BaseList.vue')['default']
BasePage: typeof import('./src/components/BasePage.vue')['default']
BaseTable: typeof import('./src/components/BaseTable.vue')['default']
BaseTable2: typeof import('./src/components/BaseTable2.vue')['default']
Book: typeof import('./src/components/Book.vue')['default']
ChannelIcons: typeof import('./src/components/ChannelIcons/ChannelIcons.vue')['default']
Checkbox: typeof import('./src/components/base/checkbox/Checkbox.vue')['default']