vue中methods内部方法无法互相调用

294 阅读1分钟

想要调用test()方法要用以下方法

 this.$options.methods.test()