refactor(projects): remove page examples: tree [去除tree相关示例页面]

This commit is contained in:
Soybean
2023-04-20 00:10:00 +08:00
parent eaf3678758
commit f309003e67
6 changed files with 0 additions and 906 deletions

View File

@ -16,9 +16,6 @@ export const views: Record<
component_button: () => import('./component/button/index.vue'),
component_card: () => import('./component/card/index.vue'),
component_table: () => import('./component/table/index.vue'),
'component_tree_tree-basic': () => import('./component/tree/tree-basic/index.vue'),
'component_tree_tree-custom': () => import('./component/tree/tree-custom/index.vue'),
'component_tree_tree-functions': () => import('./component/tree/tree-functions/index.vue'),
dashboard_analysis: () => import('./dashboard/analysis/index.vue'),
dashboard_workbench: () => import('./dashboard/workbench/index.vue'),
document_naive: () => import('./document/naive/index.vue'),