feat(menu.vue):添加菜单模块

This commit is contained in:
有来技术
2021-12-11 22:00:15 +08:00
parent f94e14e61c
commit 556cd58f5f
8 changed files with 197 additions and 22 deletions

View File

@@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name: "Perm"
}
</script>
<style scoped>
</style>