質問編集履歴

1

関係のないコードが混ざっていたので削除した

2020/07/25 07:53

投稿

momokan928
momokan928

スコア1

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
 
70
70
 
71
- const { name, description, editPlacePath } = el.dataset
71
+ const { name, description } = el.dataset
72
72
 
73
73
 
74
74
 
@@ -156,14 +156,6 @@
156
156
 
157
157
  required: true
158
158
 
159
- },
160
-
161
- editPlacePath: {
162
-
163
- type: String,
164
-
165
- required: true
166
-
167
159
  }
168
160
 
169
161
  }
@@ -230,6 +222,8 @@
230
222
 
231
223
  どのようにしてVue.jsに値を渡せばいいのでしょうか。
232
224
 
225
+ またその際のVueの書き方などもご教授いただけたら嬉しいです。
226
+
233
227
 
234
228
 
235
229
  当方初心者でして、質問も初めてで至らない部分が多々あると思います。