ct-component-plus 2.2.10 → 2.2.11

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # v2.2.10版本更新内容:
1
+ # v2.2.11版本更新内容:
2
2
 
3
3
  1. 优化分页下拉组件搜索相关逻辑
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ct-component-plus",
3
3
  "private": false,
4
- "version": "2.2.10",
4
+ "version": "2.2.11",
5
5
  "type": "module",
6
6
  "main": "packages/components/index.js",
7
7
  "files": [
@@ -259,7 +259,7 @@ const watchServiceHandle = async (reset = false) => {
259
259
  .then((res) => {
260
260
  const mapObj = props.mapObj || {};
261
261
  const {
262
- list = "list",
262
+ list,
263
263
  label = "label",
264
264
  value = "value",
265
265
  self,