vue2.0中ready()已经不存在,使用新的 mounted 钩子函数替代

874 阅读1分钟

学习慕课网视频遇到的问题直接把ready() 替换成mounted就可以了,不用watch选项去回调seller