1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-06 09:34:27 +08:00
This commit is contained in:
Pan 2019-03-15 13:13:24 +08:00
parent 632f411ea2
commit 4cce10d8af

View File

@ -29,7 +29,6 @@ export default {
addResizeListener(el, el.resizeListener)
},
unbind(el) {
el.data = null
removeResizeListener(el, el.resizeListener)
}
}