mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(projects): add example for pro-naive-ui.
This commit is contained in:
@@ -174,6 +174,7 @@ const routeMap: RouteMap = {
|
||||
"document_vite": "/document/vite",
|
||||
"document_unocss": "/document/unocss",
|
||||
"document_naive": "/document/naive",
|
||||
"document_pro-naive": "/document/pro-naive",
|
||||
"document_antd": "/document/antd",
|
||||
"document_alova": "/document/alova",
|
||||
"403": "/403",
|
||||
@@ -232,6 +233,14 @@ const routeMap: RouteMap = {
|
||||
"plugin_tables_vtable": "/plugin/tables/vtable",
|
||||
"plugin_typeit": "/plugin/typeit",
|
||||
"plugin_video": "/plugin/video",
|
||||
"pro-naive": "/pro-naive",
|
||||
"pro-naive_form": "/pro-naive/form",
|
||||
"pro-naive_form_basic": "/pro-naive/form/basic",
|
||||
"pro-naive_form_query": "/pro-naive/form/query",
|
||||
"pro-naive_form_step": "/pro-naive/form/step",
|
||||
"pro-naive_table": "/pro-naive/table",
|
||||
"pro-naive_table_remote": "/pro-naive/table/remote",
|
||||
"pro-naive_table_row-edit": "/pro-naive/table/row-edit",
|
||||
"user-center": "/user-center"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user