Vue 中的this什么时候用

一句话解释:
在script里 99% 是要写this.

在Vue 中会定义很多的函数或者变量
data computed methods prop filter 路由相关等
这些属性或方法往往需要在 template 或者 script 标签中使用

在template 中直接使用不需要this
在script 标签中(只有watch监听的数据不需要写, 里面的js同样需要this. ) 其他都需要 this. 名字来使用

posted @ 2022-02-23 23:17  波吉国王  阅读(454)  评论(0编辑  收藏  举报