no message
Former-commit-id: 3a56cc7584657a057b39200cd65335cb5403d28b Former-commit-id: 09f490299374b12db24c54454a76aca82d2afd28 Former-commit-id: 85742e74fa1b78b68477abae9be26f820c37697c
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// [插件] 菜单
|
// [插件] 菜单
|
||||||
export const pluginMenu = {
|
export const pluginMenu = {
|
||||||
title: '插件',
|
title: '功能',
|
||||||
path: '/demo/plugin',
|
path: '/demo/plugin',
|
||||||
name: 'demo-plugin',
|
name: 'demo-plugin',
|
||||||
component: resolve => { require(['@/components/core/MainLayout/index.vue'], resolve) },
|
component: resolve => { require(['@/components/core/MainLayout/index.vue'], resolve) },
|
||||||
@@ -10,7 +10,7 @@ export const pluginMenu = {
|
|||||||
children: [
|
children: [
|
||||||
// markdown 解析库
|
// markdown 解析库
|
||||||
{
|
{
|
||||||
title: 'md解析',
|
title: 'MD解析',
|
||||||
icon: 'font',
|
icon: 'font',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user