Vue文档总结IcompositionAPI的两种形式compositionAPIsetup(){constlineref=''return{line}}[2]compositionAPI当使用js111propsopti当使用optionsAPIon1props:{message:Stringmessage2:{type:String,default:''}}12whenusingts2组件挂载生命周期怎么写?21使用js时b-onMountedc-d-defineProps但是,这些可以在import{defineComponent,onMounted,ref,typePropType}from'vue'importChildfrom'@cp/Child.vue'exportdefaultdefineComponent({components:{Child,},props:{message:String,},____(){onMounted(()=>console.log())返回{}}})https://vue3.chengpeiquan.com/component.htmlhttps://vue3.chengpeiquan.com/efficient.htmlhttps://vue3.chengpeiquan.com/upgrade.html#add-vscode-plugin为什么营销效果不佳:启用ts?只需使用tsdefineComponent就可以了。你不需要来启用compositi在API上?只需使用constlineref=''return{line}就可以了。不需要来启动生命周期?直接在setup()中使用onMounted{return{}},不需要0-它解锁了很多可能性12-各种新的写警告的方式比如defineExpose2-defineEmitsreport