vue-this关键字

vue中,

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

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

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

posted @ 2023-08-25 16:24  huiyii  阅读(10)  评论(0编辑  收藏  举报