#Vue.jsのmethods
通常methodsに書いた関数のthis
はVueインスタンスを参照するので、this.$data
などにアクセスできます。
しかし、JavaScriptのthis
は関数の親になるという決まりがあるため、this.$options.methods.function()
という風にアクセスするとthis
がmethods
になり、エラーが発生します。
More than 3 years have passed since last update.
Vue.jsでthis.$options.methods.function()を使ってはいけない理由
Posted at
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme