diff --git a/docs/en-US/component/statistic.md b/docs/en-US/component/statistic.md index 910ffe6c9b..948001bfe7 100644 --- a/docs/en-US/component/statistic.md +++ b/docs/en-US/component/statistic.md @@ -9,7 +9,7 @@ Display statistics. ## Basic usage -:::demo To highlight a number or a group of numbers, such as statistical value, amount, and ranking, you can add elements such as icon and unit before and after the number and title. +:::demo To highlight a number or a group of numbers, such as statistical value, amount, and ranking, you can add elements such as icon and unit before and after the number and title. And use [vueuse](https://vueuse.org/core/useTransition/) to add animated transitions to value. statistic/basic diff --git a/docs/examples/statistic/basic.vue b/docs/examples/statistic/basic.vue index 1725114acc..6244612542 100644 --- a/docs/examples/statistic/basic.vue +++ b/docs/examples/statistic/basic.vue @@ -17,7 +17,7 @@ - + @@ -32,7 +32,15 @@