xiaoluoboding / vue-smart-widget

🗃️Smart widget is a flexible and extensible content container component for Vue2.x / Vue3.x in Next branch.
https://xiaoluoboding.github.io/vue-smart-widget/
MIT License
185 stars 35 forks source link

退出全屏时会删除body的class属性 #29

Closed web-wangchengfei closed 4 years ago

web-wangchengfei commented 4 years ago

vue-smart-widget/src/packages/SmartWidget.vue文件: document.body.removeAttribute('class', 'no-overflow')

removeAttribute使用错误,removeAttribute() 是从指定的元素中删除一个属性。造成body的class属性被删除,其它class类不生效。

xiaoluoboding commented 4 years ago

get