feat(components): Add routing data related to tree components and page display optimization

This commit is contained in:
small_happy
2023-04-02 10:45:51 +08:00
parent d203a3586c
commit a0f55aca69
6 changed files with 57 additions and 10 deletions

View File

@@ -30,6 +30,10 @@ declare namespace PageRoute {
| 'component_button'
| 'component_card'
| 'component_table'
| 'component_tree'
| 'component_tree_tree-basic'
| 'component_tree_tree-custom'
| 'component_tree_tree-functions'
| 'dashboard'
| 'dashboard_analysis'
| 'dashboard_workbench'
@@ -89,6 +93,9 @@ declare namespace PageRoute {
| 'component_button'
| 'component_card'
| 'component_table'
| 'component_tree_tree-basic'
| 'component_tree_tree-custom'
| 'component_tree_tree-functions'
| 'dashboard_analysis'
| 'dashboard_workbench'
| 'document_naive'