You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property or method "message" 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.
7.5.2 内联模板演示代码中子组件无法解析父组件中的 message 数据。以下是我的代码。
下面是控制台打印的错误。
当我删除了
<p>{{ message }}</p>
之后,就没有了错误。我是 Vue 的初学者,我无法确定是否是书上的代码出了问题。对了,我的 Vue 版本为 2.6.11。 @icarusionThe text was updated successfully, but these errors were encountered: