cleek 2.3.1 → 2.3.2
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/cleek.es.js +6 -3
- package/dist/cleek.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -11580,8 +11580,11 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
11580
11580
|
const realButtonType = computed$2(() => {
|
|
11581
11581
|
if (props.type)
|
|
11582
11582
|
return props.type;
|
|
11583
|
-
if (isMounted.value
|
|
11584
|
-
|
|
11583
|
+
if (isMounted.value) {
|
|
11584
|
+
console.log("$cleekOptions", $cleekOptions);
|
|
11585
|
+
if ($cleekOptions)
|
|
11586
|
+
return $cleekOptions.button.type;
|
|
11587
|
+
}
|
|
11585
11588
|
return defaultButtonType;
|
|
11586
11589
|
});
|
|
11587
11590
|
const computedClass = computed$2(() => {
|
|
@@ -11646,7 +11649,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
11646
11649
|
};
|
|
11647
11650
|
}
|
|
11648
11651
|
});
|
|
11649
|
-
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
11652
|
+
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-32d90b96"]]);
|
|
11650
11653
|
var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11651
11654
|
const _hoisted_1$f = ["for"];
|
|
11652
11655
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|