vue-property-decorator使用手册
一,安装npm i -s vue-property-decorator vue-class-component二,用法1,@Component(options:ComponentOptions = {})@Component 装饰器可以接收一个对象作为参数,可以在对象中声明 components ,filters,directives等未提供装饰器的选项,也可以声明computed,watch等import { Vue, Component } from 'vue-property-decora
原创
2020-08-20 15:51:33 ·
884 阅读 ·
0 评论