Comparing version 1.0.6 to 1.0.7
@@ -53,9 +53,14 @@ import { api, Store } from '../index'; | ||
this.$nextTick(() => { | ||
Store.slider.cleanup(); | ||
Store.header.update(); | ||
// Store.slider.getContainer().enterContainer(); | ||
console.log(Store); | ||
console.log(Store.slider); | ||
console.log(Store.header); | ||
this.$nextTick(() => { | ||
Store.slider.cleanup(); | ||
Store.header.update(); | ||
// Store.slider.getContainer().enterContainer(); | ||
Store.slider.slideToId(window.location.hash.replace(/^\#id\-/g, ''), 0); | ||
Store.slider.slideToId(window.location.hash.replace(/^\#id\-/g, ''), 0); | ||
}); | ||
}); | ||
}, | ||
} |
{ | ||
"name": "ewa-ui", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
78200
1151