首页 前端知识 详细解决Vue的警告:Property or method “xxx“ is not defined on the instance but referenced during render

详细解决Vue的警告:Property or method “xxx“ is not defined on the instance but referenced during render

2024-02-11 10:02:51 前端知识 前端哥 471 334 我要收藏

文章目录

  • 1. 复现错误
  • 2. 分析错误
  • 3. 解决问题

1. 复现错误


今天模拟下单的操作,运行使用Vue刚写好的代码,如下图所示:

在这里插入图片描述

从页面并没有看出任务错误,当我们使用F12打开控制台,却报出如下错误:

在这里插入图片描述

Property or method "name" 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

2. 分析错误


控制台虽然显示红色的异常,但Vue其实报出的并非错误,而是警告:Vue Warn

转载请注明出处或者链接地址:https://www.qianduange.cn//article/1775.html
标签
评论
发布的文章

Jquery-day01

2024-02-25 11:02:14

Jquery的基本认识

2024-02-25 11:02:11

浏览器调用摄像头

2024-02-25 11:02:09

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!