前端 vue3中怎么使用props和emits并指定其类型与默认值 defineProps 的使用defineProps在使用的时候无需引入,默认是全局方法。在 js 开发的 vue3 项目中使用const props = defineProps({ attr1...