mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-29 21:03:42 +08:00
feat(projects): add alova examples (#647)
* feat: optimistic subpackage `@sa/alova` * feat: add alova examples
This commit is contained in:
@@ -91,6 +91,20 @@ const customRoutes: CustomRoute[] = [
|
||||
icon: 'logos:naiveui'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'document_alova',
|
||||
path: '/document/alova',
|
||||
component: 'view.iframe-page',
|
||||
props: {
|
||||
url: 'https://alova.js.org'
|
||||
},
|
||||
meta: {
|
||||
title: 'document_alova',
|
||||
i18nKey: 'route.document_alova',
|
||||
order: 7,
|
||||
localIcon: 'alova'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'document_project',
|
||||
path: '/document/project',
|
||||
|
||||
Reference in New Issue
Block a user