vue3 + ts 默认 props 吃肉的小飞猪 2023-07-13 145 阅读1分钟 type Props = { visible: boolean } withDefaults(defineProps<Props>(), { visible: false })