eco-vue-js 0.5.25 → 0.5.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
27
27
  icon: {},
28
28
  mono: { type: Boolean },
29
29
  autofocus: { type: Boolean },
30
- allowClear: {},
30
+ allowClear: { type: Boolean },
31
31
  hideOptionIcon: { type: Boolean },
32
32
  searchModel: { type: Boolean }
33
33
  },
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.5.25",
7
+ "version": "0.5.26",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "run-p type-check build-only",