UNPKG

vue2-scroll-box

Version:

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

13 lines (12 loc) 313 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"> <title>Vue Scroll Box Demo</title> </head> <body> <div id="app"></div> <script src="/dist/vue-scroll-box.js"></script> </body> </html>