摘要: //属性 interface Props { icon: string; } const props = withDefaults(defineProps<Props>(), { icon: '', }); //方法 const emit = defineEmits(['change']); fun 阅读全文
posted @ 2024-12-27 22:37 tros 阅读(26) 评论(0) 推荐(0)