当前位置: 代码迷 >> 综合 >> Vue问题-- Property or method showHistoryR is not defined on the instance but referenced
  详细解决方案

Vue问题-- Property or method showHistoryR is not defined on the instance but referenced

热度:9   发布时间:2024-01-13 05:27:12.0

解决方法: 
1.先查看methods是否写成“method”等错误内容 
2.查看html中使用的方法或变量,没有在new vue()中定义

  相关解决方案