RubyGems
npm
Organizations
Log in
Sign up
npm
eco-vue-js
Versions diffs
0.5.5 → 0.5.6
eco-vue-js 0.5.5 → 0.5.6
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/Button/WButtonSelection.vue.js
+1
-1
package/package.json
+1
-1
package/dist/components/Button/WButtonSelection.vue.js
CHANGED
Viewed
@@ -37,7 +37,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
37
37
if (selectedCount) {
38
38
watch(selectedCount, (value) => {
39
39
emit("update:selectionCount", value);
40
-
});
40
+
}
, { immediate: true }
);
41
41
}
42
42
__expose({
43
43
clearSelected
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.
5
",
7
+
"version": "0.5.
6
",
8
8
"scripts": {
9
9
"dev": "vite",
10
10
"build": "run-p type-check build-only",