vue.js:634 [Vue warn]: Property or method “nubmer” is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See

在vue-demo编写时报如下错误,首先查看字面意思,需要number方法没有定义,查看代码:
[Vue warn]: Property or method "nubmer" is not defined on the instance but referenced during render.
仔细查看,发现自己在编写number变量时,大括号书写错误,使用的是中文大括号。

相关文章:

  • 2022-12-23
  • 2021-09-21
  • 2021-04-14
  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
  • 2021-05-06
  • 2022-12-23
猜你喜欢
  • 2021-08-19
  • 2021-07-02
  • 2021-12-03
  • 2022-01-23
  • 2022-12-23
  • 2021-07-22
  • 2021-09-14
相关资源
相似解决方案