Skip to content

Commit 1999c55

Browse files
committed
fix: ChartCard loading type error
1 parent a4794e8 commit 1999c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ChartCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
default: ''
3434
},
3535
loading: {
36-
type: String,
37-
default: ''
36+
type: Boolean,
37+
default: false
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)