UNPKG

vue-slim-better-scroll

Version:

💇‍ 开箱即用的/渐进式的 vue 移动端滚动组件

9 lines (6 loc) 131 B
import Vue from 'vue' import App from './App' Vue.config.productionTip = true new Vue({ render: h => h(App), }).$mount('#app')