mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-18 07:33:43 +08:00
feat(projects): add example for pro-naive-ui.
This commit is contained in:
@@ -91,6 +91,20 @@ const customRoutes: CustomRoute[] = [
|
||||
icon: 'logos:naiveui'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'document_pro-naive',
|
||||
path: '/document/pro-naive',
|
||||
component: 'view.iframe-page',
|
||||
props: {
|
||||
url: 'https://naive-ui.pro-components.cn/'
|
||||
},
|
||||
meta: {
|
||||
title: 'document_pro-naive',
|
||||
i18nKey: 'route.document_pro-naive',
|
||||
order: 6,
|
||||
icon: 'logos:naiveui'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'document_alova',
|
||||
path: '/document/alova',
|
||||
|
Reference in New Issue
Block a user