UNPKG

vue2-scroll-box

Version:

A vue scroll box component, support pull-down and pull-up event, support interaction by both mouse and touch.

8 lines (6 loc) 100 B
import Vue from 'vue' import App from './App.vue' new Vue({ el: '#app', render: h => h(App) })