eco-vue-js 0.5.7 → 0.5.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -308,7 +308,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
308
308
  }),
309
309
  onClick: _cache[6] || (_cache[6] = ($event) => _ctx.$emit("click", $event)),
310
310
  onMousedown: _cache[7] || (_cache[7] = withModifiers(($event) => _ctx.$emit("mousedown", $event), ["stop"])),
311
- onSelect: _cache[8] || (_cache[8] = ($event) => _ctx.$emit("select:input", $event))
311
+ onSelect: _cache[8] || (_cache[8] = withModifiers(($event) => _ctx.$emit("select:input", $event), ["stop"]))
312
312
  }, null, 40, ["class", "value", "placeholder", "type", "name", "disabled", "readonly", "autocomplete", "size", "spellcheck"])),
313
313
  createVNode(_sfc_main$1, {
314
314
  loading: _ctx.loading,
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.7",
7
+ "version": "0.5.8",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "run-p type-check build-only",