2025年5月21日
摘要: 1.默认用法 在父组件<ChildComponent v-model="isVisible" /> 子组件可以 props: { modelValue: { type: Boolean, required: true } }, emits: ['update:modelValue'], functi 阅读全文
posted @ 2025-05-21 10:17 著名的菜鸟 阅读(32) 评论(0) 推荐(0)