4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-04-06 03:57:44 +08:00
iczer 25e297fe86 优化page布局;
新增工作台Workplace;
更新vue-antd-ui版本:1.0.1;
2018-07-31 16:08:13 +08:00

14 lines
126 B
Vue

<template>
<router-view />
</template>
<script>
export default {
name: 'RouteView'
}
</script>
<style scoped>
</style>