[完成] 徽章组件

This commit is contained in:
就眠仪式
2021-09-27 16:42:13 +08:00
parent a1376e7685
commit 27c7bb511d
11 changed files with 161 additions and 2 deletions

View File

@@ -2,7 +2,9 @@
<i class="layui-icon" :class="[type]"></i>
</template>
<script setup name="LayButton" lang="ts">
<script setup name="LayIcon" lang="ts">
import { defineProps } from '@vue/runtime-core'
const props =
defineProps<{
type?: string