3.0.0-rc.5
node 8.9.0 npm 6.1.0 windows 10
make project with class component, typescript using cli
I expected using vue-class-component (https://github.com/vuejs/vue-class-component) that vuejs made for class componenet
It uses vue-property-decorator(https://github.com/kaorun343/vue-property-decorator).
I just ask you why you chose vue-property-decorator than vue-class-component.
I think vue-class-component is made by vuejs. I want to ask you the reason.
vue-property-decorator uses vue-classes-component internally.
@yyx990803 I guess a lot of libraries use vue-classes-component internally but why did you choose to use this particular one? Will it become official?