@designcrowd/fe-shared-lib 1.1.5-rte-ast-1 → 1.1.5-rte-ast-12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.1.5-rte-ast-1",
3
+ "version": "1.1.5-rte-ast-12",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -156,6 +156,10 @@ export default {
156
156
  this.sliderValue = v;
157
157
  },
158
158
  },
159
+ beforeUnmount() {
160
+ console.log('is this unmounting');
161
+ this.checkLimit(this.sliderValue);
162
+ },
159
163
  methods: {
160
164
  focus() {
161
165
  this.$refs.inputSlider.focus();