質問編集履歴
1
エラーメッセージの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -237,3 +237,31 @@
|
|
237
237
|
</script>
|
238
238
|
|
239
239
|
```
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
《補足》
|
244
|
+
|
245
|
+
consoleでのエラーメッセージは以下の通り出ております。
|
246
|
+
|
247
|
+
|
248
|
+
|
249
|
+
vue.runtime.esm.js?2b0e:619 [Vue warn]: Property or method "childUserName" 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: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
found in
|
254
|
+
|
255
|
+
|
256
|
+
|
257
|
+
---> <ChildC> at src/components/ChildC.vue
|
258
|
+
|
259
|
+
<ChildB> at src/components/ChildB.vue
|
260
|
+
|
261
|
+
<ChildA> at src/components/ChildA.vue
|
262
|
+
|
263
|
+
<ProvideInject> at src/components/ProvideInject.vue
|
264
|
+
|
265
|
+
<App> at src/App.vue
|
266
|
+
|
267
|
+
<Root>
|