vue3+ts中 父子组件传参defineProps、defineEmits、defineExpose
2023-2-15
defineProps父<HelloWorld :list="[2, 3, 5]" msg="父组...
