首页标签展示

This commit is contained in:
2023-07-02 10:28:38 +08:00
parent 4463b1fe02
commit 71a299f4eb
13 changed files with 278 additions and 25 deletions

View File

@@ -0,0 +1,15 @@
<template>
<el-card class="box-card">
</el-card>
</template>
<script>
export default {
name: "ManageCategory"
}
</script>
<style scoped>
</style>