回答編集履歴

1

修正

2019/10/29 05:13

投稿

hasshy
hasshy

スコア102

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  self.$nextTick(function(){
20
20
 
21
- self.$refs.entry_form.focus();
21
+ self.$refs.todo_form.focus();
22
22
 
23
23
  });
24
24