ts 在vue中使用的正确方式,vue-property-decorator

vue-property-decorator

这个组件完全依赖于vue-class-component.它具备以下几个属性:

@Component (完全继承于vue-class-component)

@Emit

@Inject

@Provice

@Prop

@Watch

@Model

Mixins (在vue-class-component中定义);

使用

当我们在vue单文件中使用TypeScript时,引入vue-property-decorator之后,script中的标签就变为这样:

等同于

父组件Index.vue

index.vue 代码等同于

子组件Child.vue

Child.vue等同于

你可能感兴趣的:(ts 在vue中使用的正确方式,vue-property-decorator)