RubyGems
npm
Organizations
Log in
Sign up
npm
eco-vue-js
Versions diffs
0.5.25 → 0.5.26
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.
Files changed (2)
hide
show
package/dist/components/Select/WSelectSingle.vue.js
+1
-1
package/package.json
+1
-1
package/dist/components/Select/WSelectSingle.vue.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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",