备份:添加一个小组件(未完成)

This commit is contained in:
葛林强 2026-02-01 19:16:21 +08:00
parent 07e365efb4
commit acd00b0678

View File

@ -0,0 +1,13 @@
<script setup lang="ts">
const props = defineProps<{
permission: string;
}>();
</script>
<template>
<slot> </slot>
</template>
<style scoped>
</style>