1、错误信息:[Vue warn]: Property or method "object" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.

html代码:

Vue报错笔记

js代码:

Vue报错笔记

错误原因:html里面将“#repeat-object”写入了“#app-2”里面。

解决办法:将“#repeat-object”提出来就好了。

 

2、错误信息:[Vue warn]: Error in mounted hook: "TypeError: _md2.default.doSign is not a function"

 

 

相关文章:

  • 2021-07-13
  • 2021-04-03
  • 2021-12-04
  • 2021-07-26
  • 2021-08-15
  • 2021-11-14
  • 2021-05-08
  • 2022-01-05
猜你喜欢
  • 2021-05-09
  • 2021-05-10
  • 2021-04-27
  • 2021-04-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案