菜单树显示 数量

This commit is contained in:
WangHao
2020-10-02 18:18:20 +08:00
parent 31a351e1e4
commit c4471627aa
4 changed files with 85 additions and 23 deletions

View File

@ -0,0 +1,19 @@
<template>
<div>
{{msg}}
</div>
</template>
<script>
export default {
name: 'areaTree',
components: {},
data: function () {
return {}
},
methods: {}
}
</script>
<style>
</style>