基础 frame 组件
Former-commit-id: f87bcbcd649d8ccb32315a616373da5d3c06c951 [formerly f87bcbcd649d8ccb32315a616373da5d3c06c951 [formerly f87bcbcd649d8ccb32315a616373da5d3c06c951 [formerly f87bcbcd649d8ccb32315a616373da5d3c06c951 [formerly f154a2ad488744fafe95ae76e35ac95630f75b75 [formerly 6f524e41dacef0b063ea0fce43a905c562bc0391]]]]] Former-commit-id: 4abfc995797ecb981d73f3e4bf0852b1967e8276 Former-commit-id: eac9f2e9aaba8b2655f39407781e200d81c39ee9 Former-commit-id: fe393da3d9eaf174d6abae109114ebd8aadb4266 [formerly f43cdcd4e947a8cfb1a94f0f7d824b9644b02bc3] Former-commit-id: 8a71ea98b43c42fa0ba3805f1ebd464ebe8e83ae Former-commit-id: 2b6f970add4b5456b7bc40fcae7ae44e66b49347 Former-commit-id: debe62818c1f6dac78c1aaef67518d994395fd6c Former-commit-id: d0050073d042ca073b8cd4f5f5a7972fbfc46e15 Former-commit-id: ce0fcfba77b7714db0ff25a229ae6f0d3559e050
This commit is contained in:
@@ -10,8 +10,10 @@ import demoElement from './modules/demo-element'
|
||||
import demoPlayground from './modules/demo-playground'
|
||||
// 示例
|
||||
import demoBusiness from './modules/demo-business'
|
||||
// 示例
|
||||
// CRUD
|
||||
import demoD2Crud from './modules/demo-d2-crud'
|
||||
// 第三方网页
|
||||
import demoFrame from './modules/demo-frame'
|
||||
|
||||
// 菜单 侧边栏
|
||||
export const menuAside = [
|
||||
@@ -21,7 +23,8 @@ export const menuAside = [
|
||||
demoElement,
|
||||
demoPlayground,
|
||||
demoBusiness,
|
||||
demoD2Crud
|
||||
demoD2Crud,
|
||||
demoFrame
|
||||
]
|
||||
|
||||
// 菜单 顶栏
|
||||
@@ -40,6 +43,7 @@ export const menuHeader = [
|
||||
demoElement,
|
||||
demoCharts,
|
||||
demoPlugins,
|
||||
demoFrame,
|
||||
{
|
||||
title: '跳转外部链接',
|
||||
icon: 'link',
|
||||
|
||||
Reference in New Issue
Block a user