fix: 默认值错误导致加载空节点 (#2280)

This commit is contained in:
Younglina 2024-08-13 14:26:02 +08:00 committed by GitHub
parent 7cb063d511
commit bd5af9c721
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View file

@ -50,7 +50,7 @@ export default {
props: {
items: { type: Array, required: true },
type: { type: String, required: true },
subText: { type: String, default: 'null' },
subText: { type: String, default: 'none' },
subTextFontSize: { type: String, default: '16px' },
showPlayCount: { type: Boolean, default: false },
columnNumber: { type: Number, default: 5 },