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
最新版不支持 Vue3
<title>vue3-count-to</title> <script src="https://unpkg.com/vue@3"></script> <script src="https://unpkg.com/vue3-count-to"></script> <div id="app"> <count-to :start-val="1" :end-val="1234.56" decimals="2" :duration="3000" /> </div> <script> const app = window.Vue.createApp(); app.use(window.countTo).mount("#app"); </script>
以上代码用 [email protected] 却能正常运行
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最新版不支持 Vue3
以上代码用
[email protected]
却能正常运行The text was updated successfully, but these errors were encountered: