no message

Former-commit-id: 3b7b98f81ecf26a9d3b068500bd4c5a42b13e635
Former-commit-id: 509c31cbe992febc27d3d562c04bb09c08ef3310
Former-commit-id: 541e2577a4a61ba46fc77bcae0e216bf04638c59
This commit is contained in:
李杨
2018-03-23 10:21:49 +08:00
parent 4e8720fb6d
commit 5c4aee2b18
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<template>
<Container type="card-full">
Hello
</Container>
</template>

View File

@@ -36,6 +36,23 @@ export const menu = {
component: resolve => { require(['@/pages/demo/business/user-center/home/index.vue'], resolve) }
}
]
},
// 表格
{
title: '表格示例',
icon: 'table',
children: [
{
title: '键盘访问',
icon: 'file-o',
path: 'table/keyboard',
name: 'demo-business-table-keyboard',
meta: {
requiresAuth: true
},
component: resolve => { require(['@/pages/demo/business/table/keyboard/inedx.vue'], resolve) }
}
]
}
]
}