新增卡片表格、搜索表格;升级vue-antd-ui版本至v1.0.0

This commit is contained in:
chenghx
2018-07-27 15:54:54 +08:00
parent 2381c9af25
commit 31faa8ccb8
7 changed files with 214 additions and 15 deletions

View File

@@ -0,0 +1,13 @@
<template>
<router-view />
</template>
<script>
export default {
name: 'RouterLayout'
}
</script>
<style scoped>
</style>