新增:根据当前路由自动展开菜单

This commit is contained in:
chenghx
2018-08-02 17:59:42 +08:00
parent 0aaf3cf893
commit f5b569f170
6 changed files with 114 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
<template>
<div>
<a-card style="" :bordered="false">
ccc
</a-card>
</div>
</template>
<script>
import ACard from 'vue-antd-ui/es/card/Card'
export default {
name: 'ProjectList',
components: {ACard}
}
</script>
<style scoped>
</style>