This commit is contained in:
syuilo
2018-02-21 01:23:25 +09:00
parent 49d257992f
commit 34f91f04ad
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ export default Vue.extend({
},
methods: {
onInput(i, e) {
this.choices[i] = e.target.value; // TODO
Vue.set(this.choices, i, e.target.value);
},
add() {