no message

Former-commit-id: c492899d3fb529607b2349a9c5e8a0b730c191d6
Former-commit-id: 62224e3488a64e394713760d96ba379fc8ff88cb
Former-commit-id: 411e02eedcd401b54446372ca75ae502033dcaeb
This commit is contained in:
李杨
2018-02-09 14:34:40 +08:00
parent 865b6d1a06
commit 250a48207a
3 changed files with 28 additions and 2 deletions

View File

@@ -271,6 +271,23 @@ export const menu = {
component: resolve => { require(['@/pages/demo/plugins/papaParse/demo.vue'], resolve) }
}
]
},
// export
{
title: '表格导出',
icon: 'eye',
children: [
{
title: '基本示例',
icon: 'file-o',
path: 'tableExport/demo',
name: 'demo-plugins-tableExport-demo',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/plugins/tableExport/demo.vue'], resolve) }
}
]
}
]
}