We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,请问该组件能实现这个效果么
The text was updated successfully, but these errors were encountered:
可以用插件 Odometer plugin
<script setup lang="ts"> import { ref } from 'vue' import CountUp, { type CountUpOptions } from 'vue-countup-v3' import { Odometer } from 'odometer_countup'; const endValueRef = ref(2022) // coutup.js options const options: CountUpOptions = { plugin: new Odometer({ duration: 2.3, lastDigitDelay: 0 }), } </script> <template> <count-up :end-val="endValueRef" :options="options"></count-up> </template>
Sorry, something went wrong.
No branches or pull requests
你好,请问该组件能实现这个效果么
The text was updated successfully, but these errors were encountered: