vue-this关键字

vue中,

在script中调用属性和方法,需要使用this

在template使用属性、方法,可以省略this:

因为vue在解析template时使用了with(this),改变了template中的顶层作用域

posted @ 2023-08-25 16:24  hjy1995  阅读(23)  评论(0)    收藏  举报