Vue warn: Method “computed” has type “object” in the component definition. Did you reference the function correctly?
原因:把computed、watch写到了methods里面
解决方案:写到正确的位置
点击播放模式按钮没反应
最新推荐文章于 2021-06-15 19:29:40 发布
Vue warn: Method “computed” has type “object” in the component definition. Did you reference the function correctly?
原因:把computed、watch写到了methods里面
解决方案:写到正确的位置