UNPKG

number-rolling

Version:

用原生 js 实现的数字滚动插件

5 lines (3 loc) 90 B
import { createApp } from 'vue' import App from './App.vue' createApp(App).mount('#app')