困扰了我很久的问题,实在没有办法,只能仰仗大神了。
我的想法是:通过 watch
监控 snacks
数组是否发生变化,一旦发生变化,就触发匿名函数,通过 this.$refs.snackbar.open()
將提示框打開,但是就出現錯誤了?
vue.esm.js?65d7:479 [Vue warn]: Error in callback for watcher "snacks": "TypeError: this.$refs.snackbar.open is not a function"
我也知道這個 this
不是指向 vue 实例,但也不知道怎么解决,才能够用的到 $refs
隔江千里
相关分类