Package Exports
- vue-scrollbar-simple
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-scrollbar-simple) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-scrollbar-simple
Introduction
vue-scrollbar-simple is a vue component of scrollbar
Install
$ npm install vue-scrollbar-simple --save
Usage
import with ES6
import VueScrollbar from 'vue-scrollbar-simple'
global registration
Vue.use(VueScrollbar)
local registration
<vue-scrollbar><div>content</div></vue-scrollbar>
components: { VueScrollbar }