質問編集履歴
1
表記ミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
<label for="contactChoice2">電話</label>
|
6
6
|
|
7
7
|
<input type="radio" id="contactChoice3"
|
8
|
-
name="contact" value="mail" v-model="hoge>
|
8
|
+
name="contact" value="mail" v-model="hoge">
|
9
9
|
<label for="contactChoice3">郵便</label>
|
10
10
|
|
11
11
|
<button @click="phone()"> change ! </button>
|