inertia-bootstrap-forms 1.0.46 → 1.0.47
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.
|
@@ -10761,6 +10761,10 @@ const mm = x({
|
|
|
10761
10761
|
t.modelValue = i, t.$emit("update:modelValue", i);
|
|
10762
10762
|
});
|
|
10763
10763
|
},
|
|
10764
|
+
beforeUnmount() {
|
|
10765
|
+
var t;
|
|
10766
|
+
(t = this.rangeSliderEn) == null || t.destroy();
|
|
10767
|
+
},
|
|
10764
10768
|
data() {
|
|
10765
10769
|
return {
|
|
10766
10770
|
rangeSliderEn: null
|