xiaoluoboding/vue-smart-widget

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

web-wangchengfei opened this issue · 1 comments

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

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