回答編集履歴

1

Fix code

2019/02/15 01:04

投稿

Bremenkanp
Bremenkanp

スコア205

test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  async onChange() {
32
32
 
33
- api.getSessions(this.selected)
33
+ getSessions(this.selected)
34
34
 
35
35
  .then(({data}) => this.sessions = data)
36
36