🐈
3-3 Listコンポーネントを作成しよう ②
作成日:
2021/12/15
2
エラー
[Vue warn]: Property or method "addlist" 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.
found in
---> <ListAdd> at src/components/ListAdd.vue
<Board> at src/components/Board.vue
<App> at src/App.vue
<Root>
対処法
前回も同様のエラー文でエラーが発生。
ここでは、propsを書いておらず、追記することで解消できた。
https://ticketnote.dev/ticket/20yycTDGcMTHmzKR8N2E
エラー内で「↓を読みなさい」と。
https://is.gd/II5VYW
「dataオプションにaddlist
が定義されていない」ということか?
どのファイルのdataオプション?
事業会社にてコーダーをしています。制作は6年目。
インプットしたことをアウトプットしています。