mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
fix bug
This commit is contained in:
parent
bfe6f09e7f
commit
5bc7a36004
@ -63,7 +63,7 @@ export default {
|
||||
}
|
||||
},
|
||||
displayNames () {
|
||||
return this.filteredNames.slice(0, loadNumber)
|
||||
return this.filteredNames.slice(0, this.loadNumber)
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
@ -89,8 +89,6 @@ export default {
|
||||
this.lang = lang
|
||||
},
|
||||
handleModeChange (mode) {
|
||||
// this.mode = mode
|
||||
// localStorage.setItem('mode', mode)
|
||||
setState(mode)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user