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
This commit is contained in:
liyang
2018-07-25 09:47:43 +08:00
parent ae77c0c3a6
commit 23a9508ec5
3 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -1,6 +1,6 @@
export default {
path: '/demo/components',
title: '扩展组件',
title: '内置组件',
icon: 'puzzle-piece',
children: (pre => [
{ path: `${pre}index`, title: '扩展组件首页', icon: 'home' },

View File

@@ -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)(\?.*)?$/)