官方提出:vue-class-component
社區(qū)提出:vue-property-decorator
vue-property-decorator
1.深度依賴了 vue-class-component
2.拓展出了很多操作符 @Prop @Emit @Inject 等等
3.可以說是vue-class-component的一個(gè)超集
4.正常開發(fā)的時(shí)候你只需要使用vue-property-decorator
vue-property-decorator使用說明:https://www.npmjs.com/package/vue-property-decorator