vue 3 与 vue 2 的区别主要体现在合成 api、选项 api、响应式系统等方面。查看组件是否使用 composition api 或继承自 vue.extend(vue 2)或 definecomponent(vue 3)等方法,...