@rocketui/vue 0.2.97 → 0.2.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -9986,7 +9986,7 @@ const M0 = ["id", "aria-disabled", "aria-selected", "disabled"], i0 = { key: 0 }
|
|
|
9986
9986
|
for: M.value,
|
|
9987
9987
|
text: C.label
|
|
9988
9988
|
}, null, 8, ["id", "for", "text"])) : f("", !0),
|
|
9989
|
-
s("textarea", $1(e.$
|
|
9989
|
+
s("textarea", $1(e.$props, {
|
|
9990
9990
|
id: `${M.value}`,
|
|
9991
9991
|
class: ["r-textarea", {
|
|
9992
9992
|
"r-textarea--error": C.errorMsg,
|
|
@@ -10160,7 +10160,7 @@ const M0 = ["id", "aria-disabled", "aria-selected", "disabled"], i0 = { key: 0 }
|
|
|
10160
10160
|
size: 20
|
|
10161
10161
|
}, null, 8, ["id", "class", "name"])) : f("", !0)
|
|
10162
10162
|
]),
|
|
10163
|
-
s("input", $1(k.$
|
|
10163
|
+
s("input", $1(k.$props, {
|
|
10164
10164
|
id: `${u.value}`,
|
|
10165
10165
|
ref_key: "inputRef",
|
|
10166
10166
|
ref: A,
|