[完成] 徽章组件
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user