@kaiyinchem/ky-uniui 1.0.15 → 1.0.17

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.
@@ -248,6 +248,7 @@
248
248
  const val = detail.value.replace(/-/g, '/')
249
249
  this.content = val
250
250
  this.$emit('update:value', val)
251
+ this.$emit('change', val)
251
252
  },
252
253
  }
253
254
  }
@@ -45,7 +45,6 @@
45
45
  }
46
46
  .ky-empty-msg {
47
47
  display: inline-block;
48
- margin-bottom: 24rpx;
49
48
  font-size: 28rpx;
50
49
  color: var(--color-gray)
51
50
  }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.15",
10
+ "version": "1.0.17",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"