Skip to content

Commit

Permalink
fix(statistic): [statistic] review code
Browse files Browse the repository at this point in the history
  • Loading branch information
James-9696 committed Dec 19, 2024
1 parent 903d93a commit ccf9df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/statistic/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const statisticProps = {
precision: Number,
formatter: Function,
value: {
type: Number || String,
type: [Number, String],
default: 0
},
prefix: String,
Expand Down

0 comments on commit ccf9df8

Please sign in to comment.