質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
この問題を**「問題➁」**とします。
|
40
40
|
|
41
|
-
ここで[https://teratail.com/questions/222
|
41
|
+
ここで[https://teratail.com/questions/222231 ](https://teratail.com/questions/222231)「問題➁」に関して質問しています。
|
42
42
|
|
43
43
|
その「問題➁」の解決策としてやけくそですが、メモの部分のみコンポーネント(Field.vue)で分けてみました。
|
44
44
|
|
1
エラー文追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -274,11 +274,21 @@
|
|
274
274
|
|
275
275
|
```
|
276
276
|
|
277
|
+
# エラー文
|
278
|
+
|
279
|
+
コンソールにエラーは表示されませんでした。
|
280
|
+
|
281
|
+
![イメージ説明](0b5bd81dc87161bbc431993913cfa210.png)
|
282
|
+
|
283
|
+
次にストレージ内の状況です。
|
284
|
+
|
285
|
+
![イメージ説明](f8ebbcd9dd7cfe3aa3d9872ccffc2537.png)
|
286
|
+
|
277
|
-
github全コード
|
287
|
+
# github全コード
|
278
288
|
|
279
289
|
[https://github.com/masal9pse/courageTodo/tree/develop3](https://github.com/masal9pse/courageTodo/tree/develop3)
|
280
290
|
|
281
|
-
参考にしたサイト
|
291
|
+
# 参考にしたサイト
|
282
292
|
|
283
293
|
1つ目:[https://jp.vuejs.org/v2/cookbook/client-side-storage.html](https://jp.vuejs.org/v2/cookbook/client-side-storage.html)
|
284
294
|
|