回答編集履歴
1
みす
answer
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
str: "",
|
21
21
|
arr: [],
|
22
22
|
reset: function() {
|
23
|
-
this.
|
23
|
+
this.str= '';
|
24
24
|
this.arr = [];
|
25
25
|
},
|
26
26
|
};
|