@kaiyinchem/ky-uniui 1.0.43 → 1.0.45

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.
@@ -191,7 +191,7 @@
191
191
  justify-content: center;
192
192
  padding: 0;
193
193
  margin: 0;
194
- min-width: 150rpx;
194
+ min-width: 120rpx;
195
195
  &:after {
196
196
  display: none
197
197
  }
@@ -126,6 +126,9 @@
126
126
  status(v) {
127
127
  this.loadState = v
128
128
  },
129
+ errMsg(v) {
130
+ this.msg = v
131
+ },
129
132
  },
130
133
  mounted() {
131
134
  if (!this.manual && this.api) {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.43",
10
+ "version": "1.0.45",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"