feat(projects): Manage search area using collapsed components , close #537 (#549)

This commit is contained in:
paynezhuang
2024-07-15 14:46:04 +08:00
committed by GitHub
parent fcf866783c
commit 074077dfaa
3 changed files with 104 additions and 84 deletions

View File

@@ -46,6 +46,8 @@ declare module 'vue' {
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
NCheckbox: typeof import('naive-ui')['NCheckbox']
NCollapse: typeof import('naive-ui')['NCollapse']
NCollapseItem: typeof import('naive-ui')['NCollapseItem']
NColorPicker: typeof import('naive-ui')['NColorPicker']
NDataTable: typeof import('naive-ui')['NDataTable']
NDescriptions: typeof import('naive-ui')['NDescriptions']