eco-vue-js 0.3.67 → 0.3.68
Sign up to get free protection for your applications and to get access to all the features.
@@ -49,7 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
49
49
|
required: { type: Boolean },
|
50
50
|
hideInput: { type: Boolean },
|
51
51
|
skeleton: { type: Boolean },
|
52
|
-
size: { default:
|
52
|
+
size: { default: 10 },
|
53
53
|
mono: { type: Boolean },
|
54
54
|
textSecure: { type: Boolean },
|
55
55
|
spellcheck: { type: Boolean },
|
@@ -236,7 +236,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
236
236
|
createElementVNode("div", _hoisted_2, [
|
237
237
|
!_ctx.skeleton ? (openBlock(), createElementBlock("label", {
|
238
238
|
key: 0,
|
239
|
-
class: "relative isolate",
|
239
|
+
class: "relative isolate overflow-hidden",
|
240
240
|
for: inputId
|
241
241
|
}, [
|
242
242
|
createElementVNode("div", {
|