meixioacomponent 0.3.65 → 0.3.66

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": "meixioacomponent",
3
- "version": "0.3.65",
3
+ "version": "0.3.66",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -187,7 +187,6 @@ export default {
187
187
  moveing(e) {
188
188
  let ref = this.$refs.drawer;
189
189
  this.drawerSize = e;
190
- console.log(this.drawerSize);
191
190
  ref.$el.style.cssText += `width:${e}px`;
192
191
  },
193
192
 
@@ -44,6 +44,7 @@ import SelectStore from '../config/selectStore/SelectStore'
44
44
  //
45
45
  import useImg from '../config/use/UseImg'
46
46
  import UseDrag from '../config/use/useDrag'
47
+ import UseResize from '../config/use/UseResize'
47
48
  import useUpload from '../config/use/UseUpload'
48
49
  import useFixedHeader from '../config/use/useFixedHeader'
49
50
  import useCropper from '../config/use/useCropper'
@@ -143,6 +144,7 @@ export default {
143
144
  SelectStore,
144
145
  useImg,
145
146
  UseDrag,
147
+ UseResize,
146
148
  useUpload,
147
149
  useFixedHeader,
148
150
  useCropper,