generated from thzxcx/vue3
feat: 卡片等组件
This commit is contained in:
8
dev/Text.vue
Normal file
8
dev/Text.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<span>
|
||||
<slot />
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="Span">
|
||||
</script>
|
Reference in New Issue
Block a user