修复音乐播放媒体信息显示问题

This commit is contained in:
2023-01-26 05:42:39 +08:00
parent c4645b29e4
commit b0e8e8aab3
5 changed files with 21 additions and 24 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
*/
volume: {
type: Number,
default: 0.8,
default: 0.5,
validator (value) {
return value >= 0 && value <= 1
},