vue-flip-number 基于Vue 2.x 的数字切换组件 安装 npm i vue-flip-number --save 使用 <template> <flip :deadline="deadline" :length="length"></flip> </template> import Flip from 'vue-flip-number' export default { data () { deadline: 999999, length: 10 } components: { Flip }...
Breadcrumbs vue-flip-number / .npmignore Latest commit guoshengbo 配置webpack npm 82fdf89· Jul 11, 2018 HistoryHistory File metadata and controls Code Blame 8 lines (8 loc) · 57 Bytes Raw .* *.md *.yml build/ node_modules/ src/ test/ gulpfile.js 1 2 3 4 5 6 7 8...
vue-flip-number-card a flip number card component for vue. usage <filp-number:value="value":speed="700"></filp-number> HTML importFilpNumberfrom'@/components/FlipNumber' Js props:{value:{type:String,required:true,default:'0'},speed:{type:[Number,String],default:600}} Js value: could ...
guoshengbo / vue-flip-number Public Notifications Fork 0 Star 0 Code Issues Pull requests Actions Projects Security Insights Automate your workflow from idea to production GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, ...
Code Issues Pull requests Actions Projects Security Insights Security: guoshengbo/vue-flip-numberSecurityNo security policy detectedThis project has not set up a SECURITY.md file yet.There aren’t any published security advisories Footer...
Insights: guoshengbo/vue-flip-numberPulse Contributors Community Standards Commits Code frequency Dependency graph Network Forks Switch to tree view Forks No one has forked this repository yet Forks are a great way to contribute to a repository. After forking a repository, you can send the ...
基于Vue 2.x 的数字切换组件 安装 npm i vue-flip-number --save 使用 <template> <flip:deadline="deadline":length="length"></flip> </template> importFlipfrom'vue-flip-number'exportdefault{data() {deadline:999999,length:10}components:{ Flip }} deadline(number):需显示的数字 length...