I notice the console keep print vue warn in develop mode. Because in Statistic.vue, the props named value expected a String, but got a Number. Now it can get Number or String.
Screenshots
Additional information
Checklist
[x] My pull request is not a duplicate
[x] I added a descriptive title to this pull request
[x] I added a concise description or a self-explanatory screenshot to this pull request
[x] My code follows the code style of this project
Description
I notice the console keep print
vue warn
in develop mode. Because inStatistic.vue
, the props namedvalue
expected aString
, but got aNumber
. Now it can getNumber
orString
.Screenshots
Additional information
Checklist