vue-scroll-bar-above
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-scroll-bar-above", | ||
"description": "A Vue.js component", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "yosgi", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -19,4 +19,4 @@ # vue-top-scroll-progress | ||
import Vue from 'vue' | ||
import VueTopScrollProgress from 'vue-top-scroll-progress' | ||
Vue.use(VueTopScrollProgress) | ||
import VueScrollBarAbove from ' vue-scroll-bar-above' | ||
Vue.use(VueScrollBarAbove) | ||
``` | ||
@@ -30,3 +30,3 @@ | ||
<!-- .vue template --> | ||
<vueTopScrollProgress></vueTopScrollProgress> | ||
<VueScrollBarAbove></VueScrollBarAbove> | ||
``` | ||
@@ -37,3 +37,3 @@ | ||
```vue | ||
<vueTopScrollProgress elName='#scroll-element'></vueTopScrollProgress> | ||
<VueScrollBarAbove elName='#scroll-element'></VueScrollBarAbove> | ||
``` | ||
@@ -44,3 +44,3 @@ | ||
```vue | ||
<vueTopScrollProgress percent='80'></vueTopScrollProgress> | ||
<VueScrollBarAbove percent='80'></VueScrollBarAbove> | ||
``` | ||
@@ -47,0 +47,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135922