@kaiyinchem/ky-uniui 1.0.17 → 1.0.19

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.
@@ -121,7 +121,7 @@
121
121
 
122
122
  <script>
123
123
  export default {
124
- emits:['click', 'focus', 'blur', 'update:value'],
124
+ emits:['click', 'focus', 'blur', 'update:value', 'change'],
125
125
  props: {
126
126
  // 左边显示的文本
127
127
  label: {
@@ -184,11 +184,6 @@
184
184
  delete params.size
185
185
  }
186
186
 
187
- if (this.noLoadmore) {
188
- delete params.page
189
- delete params.size
190
- }
191
-
192
187
  try {
193
188
  const apiUrl = this.api.split('.')
194
189
  const res = await this.$api[apiUrl[0]][apiUrl[1]](params)
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "style"
8
8
  ],
9
9
  "description": "an uniapp ui",
10
- "version": "1.0.17",
10
+ "version": "1.0.19",
11
11
  "repository": {
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/yezipi/ky-uniui.git"