ire-preview 3.1.8 → 3.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib.es.js +2 -0
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -4367,11 +4367,13 @@ const _sfc_main$g = {
|
|
|
4367
4367
|
},
|
|
4368
4368
|
mounted() {
|
|
4369
4369
|
Oe.bind(this.$refs.container, "[data-fancybox]", {
|
|
4370
|
+
Hash: !1,
|
|
4370
4371
|
...this.options || {}
|
|
4371
4372
|
});
|
|
4372
4373
|
},
|
|
4373
4374
|
updated() {
|
|
4374
4375
|
Oe.unbind(this.$refs.container), Oe.close(), Oe.bind(this.$refs.container, "[data-fancybox]", {
|
|
4376
|
+
Hash: !1,
|
|
4375
4377
|
...this.options || {}
|
|
4376
4378
|
});
|
|
4377
4379
|
},
|