备份:添加一个小组件(未完成)
This commit is contained in:
parent
07e365efb4
commit
acd00b0678
13
wcs_web/src/components/manage/AppPermission.vue
Normal file
13
wcs_web/src/components/manage/AppPermission.vue
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<script setup lang="ts">
|
||||||
|
const props = defineProps<{
|
||||||
|
permission: string;
|
||||||
|
}>();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<slot> </slot>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user