From 67572eaf8aff61f5fe6abf424a278916633b64b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Tue, 16 Jan 2018 23:15:19 +0800 Subject: [PATCH] no message Former-commit-id: 3a56cc7584657a057b39200cd65335cb5403d28b Former-commit-id: 09f490299374b12db24c54454a76aca82d2afd28 Former-commit-id: 85742e74fa1b78b68477abae9be26f820c37697c --- src/router/menu/_plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/menu/_plugin.js b/src/router/menu/_plugin.js index 1ce72d8d..8c84572f 100644 --- a/src/router/menu/_plugin.js +++ b/src/router/menu/_plugin.js @@ -1,6 +1,6 @@ // [插件] 菜单 export const pluginMenu = { - title: '插件', + title: '功能', path: '/demo/plugin', name: 'demo-plugin', component: resolve => { require(['@/components/core/MainLayout/index.vue'], resolve) }, @@ -10,7 +10,7 @@ export const pluginMenu = { children: [ // markdown 解析库 { - title: 'md解析', + title: 'MD解析', icon: 'font', children: [ {