@magicgol/polyjuice 0.54.1 → 0.54.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicgol/polyjuice",
3
- "version": "0.54.1",
3
+ "version": "0.54.2",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -59,6 +59,10 @@ export default {
59
59
  }
60
60
  },
61
61
 
62
+ beforeDestroy () {
63
+ document.body.classList.remove('overflow-hidden');
64
+ },
65
+
62
66
  methods: {
63
67
  onClickOutside () {
64
68
  this.$emit('click-outside');