@rocketui/vue 0.2.24 → 0.2.25
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 +2 -1
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -9018,9 +9018,10 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], W5 = /* @__PURE__ */ T({
|
|
|
9018
9018
|
C.chips ? (m(), E(Y2, {
|
|
9019
9019
|
key: 1,
|
|
9020
9020
|
clearable: !C.hideChipClear,
|
|
9021
|
+
ghost: "",
|
|
9021
9022
|
label: s.label,
|
|
9022
9023
|
"no-wrap": "",
|
|
9023
|
-
variant: "
|
|
9024
|
+
variant: "primary",
|
|
9024
9025
|
"onClick:close": (U) => P(U, s, _)
|
|
9025
9026
|
}, null, 8, ["clearable", "label", "onClick:close"])) : (m(), Z("p", Q5, w(`${s.label}, `), 1))
|
|
9026
9027
|
])), 128)),
|