質問編集履歴

2

文法の修正

2019/05/31 05:04

投稿

sauzar18
sauzar18

スコア163

test CHANGED
File without changes
test CHANGED
@@ -104,9 +104,7 @@
104
104
 
105
105
  }
106
106
 
107
- const count: Number = this.count
108
-
109
- return list.slice(0, count)
107
+ return list.slice(0, this.count)
110
108
 
111
109
  }
112
110
 

1

文法の修正

2019/05/31 05:04

投稿

sauzar18
sauzar18

スコア163

test CHANGED
File without changes
test CHANGED
@@ -50,11 +50,11 @@
50
50
 
51
51
  selectCategory: string = ''
52
52
 
53
- count: Number = 10
53
+ count: number = 10
54
54
 
55
55
  sort = { key: '', isAsc: false }
56
56
 
57
- formError: String = ''
57
+ formError: string = ''
58
58
 
59
59
 
60
60