teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

ソース修正

2022/09/09 05:28

投稿

Matsumon0104
Matsumon0104

スコア1005

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
  }