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 789a01f commit b55f5ceCopy full SHA for b55f5ce
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zzwing/vue-fixed-table",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "a vue-table component",
5
"main": "dist/index.js",
6
"module": "es/index.js",
src/fixed-table.vue
@@ -251,7 +251,7 @@
251
this.update()
252
},
253
destroyed() {
254
- this.scrollerDom.classList.add('scroll-container')
+ this.scrollerDom.classList.remove('scroll-container')
255
this.scroller.removeEventListener('scroll', this.scrollHandle)
256
this.scroller.removeEventListener('mousewheel', this.scrollerMouseWheel)
257
if (this.selfScroll) {
0 commit comments