Vue warn: Method “computed” has type “object” in the component definition. Did you reference the function correctly?
原因:把computed、watch写到了methods里面
解决方案:写到正确的位置
Vue warn: Method “computed” has type “object” in the component definition. Did you reference the function correctly?
原因:把computed、watch写到了methods里面
解决方案:写到正确的位置