vue中为什么template可以省略this

新手上路,请多包涵

如题,vue中为什么template可以省略this

阅读 6.2k
1 个回答

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

推荐问题