This commit is contained in:
songwanli2025@163.com 2020-03-17 15:33:28 +08:00
parent bfe6f09e7f
commit 5bc7a36004
2 changed files with 1 additions and 3 deletions

View File

@ -63,7 +63,7 @@ export default {
}
},
displayNames () {
return this.filteredNames.slice(0, loadNumber)
return this.filteredNames.slice(0, this.loadNumber)
}
},
mounted () {

View File

@ -89,8 +89,6 @@ export default {
this.lang = lang
},
handleModeChange (mode) {
// this.mode = mode
// localStorage.setItem('mode', mode)
setState(mode)
}
}