装饰器vue-property-decorator

Posted czy960731

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了装饰器vue-property-decorator相关的知识,希望对你有一定的参考价值。

接触到了新的vue项目,使用vue+ts+vue-property-decotator来进行项目的简化,一时间语法没有看懂,所以花时间特点学习这个装饰器的包。

1.装饰器 @Component(options:Component = {})

默认接受一个对象作为参数,在这个对象中声明components、 filters、 directives等未提供装饰符的选项,也可以声明computed、watch等

 

以上是关于装饰器vue-property-decorator的主要内容,如果未能解决你的问题,请参考以下文章

vue-property-decorator使用手册

vue-property-decorator的简单介绍,一看就会

vue-property-decorator

vue-property-decorator使用指南

vue-property-decorator用法介绍

Vue 3 + vue-property-decorator 的“超级表达式必须为 null 或函数”