删除aplayer中的部分废弃属性
This commit is contained in:
@@ -45,13 +45,13 @@
|
||||
default: 0,
|
||||
},
|
||||
theme: String,
|
||||
listmaxheight: String,
|
||||
listMaxHeight: String,
|
||||
},
|
||||
computed: {
|
||||
listHeightStyle () {
|
||||
return {
|
||||
height: `${33 * this.musicList.length - 1}px`,
|
||||
maxHeight: this.listmaxheight || ''
|
||||
maxHeight: this.listMaxHeight || ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user