We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29046c commit 3bdd318Copy full SHA for 3bdd318
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue2-slideout-panel",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "Lib for creating stackable panels using Vue JS",
5
"main": "dist/vue2-slideout-panel.js",
6
"scripts": {
src/components/SlideoutPanel/index.vue
@@ -160,6 +160,7 @@ const vm = {
160
}
161
},
162
removeBodyClass() {
163
+ document.body.className = document.body.className.replace(' slideout-panel-open', '');
164
document.body.className = document.body.className.replace('slideout-panel-open', '');
165
166
onBgClicked() {
0 commit comments