mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
de2da29559
@ -58,7 +58,7 @@ export default class ProfileArtis extends Base {
|
||||
let artis = this.artis
|
||||
switch (key) {
|
||||
case 'length':
|
||||
return artis.length
|
||||
return lodash.keys(artis).length
|
||||
}
|
||||
if (artis[key]) {
|
||||
return artis[key]
|
||||
|
Loading…
Reference in New Issue
Block a user