@quoreadmin/ui 0.24.9 → 0.24.11
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/index.js +5 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6319,6 +6319,10 @@ const US = ue({
|
|
|
6319
6319
|
disabled: {
|
|
6320
6320
|
type: Boolean,
|
|
6321
6321
|
default: !1
|
|
6322
|
+
},
|
|
6323
|
+
label: {
|
|
6324
|
+
type: String,
|
|
6325
|
+
default: "label"
|
|
6322
6326
|
}
|
|
6323
6327
|
},
|
|
6324
6328
|
emits: ["update:modelValue"],
|
|
@@ -6355,7 +6359,7 @@ function YS(t, e, n, r, i, o) {
|
|
|
6355
6359
|
class: "mr-2",
|
|
6356
6360
|
size: "sm"
|
|
6357
6361
|
}, null, 8, ["icon"])) : M("", !0),
|
|
6358
|
-
E("span", qS, q(l.label || l), 1)
|
|
6362
|
+
E("span", qS, q(l[t.label] || l), 1)
|
|
6359
6363
|
])
|
|
6360
6364
|
]),
|
|
6361
6365
|
_: 1
|