From 23a9508ec5ef6b6f3336fc66bd0fc3222418a7e4 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Wed, 25 Jul 2018 09:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: e96addbacb729e06e71fa86f3eb63db9e9bf8f84 [formerly e96addbacb729e06e71fa86f3eb63db9e9bf8f84 [formerly e96addbacb729e06e71fa86f3eb63db9e9bf8f84 [formerly e96addbacb729e06e71fa86f3eb63db9e9bf8f84 [formerly fe9146418c1c38556f13fad95e5b216cd74a9782 [formerly 75063cec02b2aec66a4d8a0ea9aae1fbec340d9e]]]]] Former-commit-id: a68aedc7369f3e207bc4d86c384fc8fc3a9a6be1 Former-commit-id: 3cdc7f962385910980a24d403f7ac1fcbc32a5df Former-commit-id: 65016b9cadd4c806e73bc046620bc388167fdce4 [formerly f5c00437b3ab5268d76002b95f6c0f0adc75e725] Former-commit-id: 70ef82289c7f6ae819d0b72d7d146eb6467c3a86 Former-commit-id: 91c1cc1922a20b3caf726dc280667b9220fa6baf Former-commit-id: 8a6a20fd653b2eb742f44fb72a4816ae3d94a5fc Former-commit-id: cbfd1e31d60e133a76d178303e355afbf10f3824 Former-commit-id: 5f42fb99a217da4bb308319f6880e719896f4d03 --- src/menu/index.js | 4 ++-- src/menu/modules/demo-components.js | 2 +- vue.config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/menu/index.js b/src/menu/index.js index bcec337d..51e51931 100644 --- a/src/menu/index.js +++ b/src/menu/index.js @@ -11,8 +11,8 @@ import demoPlayground from './modules/demo-playground' // 菜单 侧边栏 export const menuAside = [ - demoPlugins, demoComponents, + demoPlugins, demoCharts, demoElement, demoPlayground @@ -30,8 +30,8 @@ export const menuHeader = [ title: '功能', icon: 'puzzle-piece', children: [ - demoElement, demoComponents, + demoElement, demoCharts, demoPlugins, demoPlayground, diff --git a/src/menu/modules/demo-components.js b/src/menu/modules/demo-components.js index 362ba0b3..92947599 100644 --- a/src/menu/modules/demo-components.js +++ b/src/menu/modules/demo-components.js @@ -1,6 +1,6 @@ export default { path: '/demo/components', - title: '扩展组件', + title: '内置组件', icon: 'puzzle-piece', children: (pre => [ { path: `${pre}index`, title: '扩展组件首页', icon: 'home' }, diff --git a/vue.config.js b/vue.config.js index 1751aa1e..9eded916 100644 --- a/vue.config.js +++ b/vue.config.js @@ -44,7 +44,7 @@ module.exports = { symbolId: 'd2-[name]' }) .end() - // image + // image exclude const imagesRule = config.module.rule('images') imagesRule .test(/\.(png|jpe?g|gif|webp|svg)(\?.*)?$/)