vue2-smooth-scroll
Advanced tools
Comparing version 1.0.3 to 1.0.4
v1.0.4 / 2019-02-08 | ||
================== | ||
* fix: SSR | ||
v1.0.3 / 2018-04-24 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "vue2-smooth-scroll", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Simple vue smooth scroll", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-smooth-scroll.min.js", |
@@ -12,2 +12,3 @@ # Vue2 Smooth Scroll | ||
- **fixed SSR** | ||
- fixed `duration` problem, now animation work good. | ||
@@ -41,3 +42,3 @@ - support **scroll down** and **scroll up** | ||
offset: 0, // Offset from element, you can use positive or negative values | ||
cotainer: '', // the scroll container, default is window,use document.querySelector to query the Element | ||
container: '', // the scroll container, default is window,use document.querySelector to query the Element | ||
} | ||
@@ -76,2 +77,2 @@ ``` | ||
MIT | ||
MIT |
6124
76