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,
|