doway-coms 1.3.5 → 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -229,7 +229,9 @@ export default {
229
229
  },
230
230
  mounted() {
231
231
 
232
- let erd = resizeDetector();
232
+ let erd = resizeDetector({
233
+ strategy: 'scroll'
234
+ });
233
235
  let gridBodyDiv = this.$refs.bodyGrid.$el.getElementsByClassName('vxe-table--body')[0]
234
236
  let vm = this
235
237
  erd.listenTo(gridBodyDiv, () => {