1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

refine code

This commit is contained in:
Pan 2017-05-31 16:06:41 +08:00
parent 44166278ff
commit 9da96e2083

View File

@ -196,6 +196,7 @@ export const asyncRouterMap = [
{
path: '/table',
component: TableLayout,
redirect: '/table/table',
name: 'table',
children: [
{ path: 'dynamictable', component: DynamicTable, name: '动态table' },