sone-ui-component-3.2.4 2.1.24 → 2.1.25

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": "sone-ui-component-3.2.4",
3
- "version": "2.1.24",
3
+ "version": "2.1.25",
4
4
  "private": false,
5
5
  "main": "lib/sone-ui.common.js",
6
6
  "files": [
@@ -297,6 +297,7 @@ export default {
297
297
  },
298
298
  },
299
299
  mounted() {
300
+ console.log('更新到没');
300
301
  this.$nextTick(() => {
301
302
  if(this.dragWidth) this.dropSize();
302
303
  })
@@ -307,6 +308,7 @@ export default {
307
308
  * @description 双击事件
308
309
  */
309
310
  handleDoubleClick(val){
311
+ console.log('双击');
310
312
  this.$emit('handleDoubleClick',val)
311
313
  },
312
314
  changeFilterText(val){
package/src/index.js CHANGED
@@ -57,7 +57,7 @@ if (typeof window !== 'undefined' && window.Vue) {
57
57
  }
58
58
 
59
59
  export default {
60
- version: '2.1.24',
60
+ version: '2.1.25',
61
61
  locale: locale.use,
62
62
  i18n: locale.i18n,
63
63
  install,