JustArchiNET / ASF-ui

The official web interface for ASF
Apache License 2.0
271 stars 38 forks source link

fix: props type error #1577

Closed yuyinws closed 2 years ago

yuyinws commented 2 years ago

Description

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

image-20220624094445935.png

Additional information

Checklist