回答編集履歴
1
ソース修正
answer
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
*/
|
22
22
|
list: {
|
23
23
|
get() {
|
24
|
-
return (isVisible) ? listBuff : listBuff.slice(0, 5)
|
24
|
+
return (this.isVisible) ? this.listBuff : this.listBuff.slice(0, 5)
|
25
25
|
}
|
26
26
|
}
|
27
27
|
}
|