cleek 2.3.0 → 2.3.1
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 +2 -2
- 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,7 +11580,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
11580
11580
|
const realButtonType = computed$2(() => {
|
|
11581
11581
|
if (props.type)
|
|
11582
11582
|
return props.type;
|
|
11583
|
-
if (
|
|
11583
|
+
if (isMounted.value && $cleekOptions)
|
|
11584
11584
|
return $cleekOptions.button.type;
|
|
11585
11585
|
return defaultButtonType;
|
|
11586
11586
|
});
|
|
@@ -11646,7 +11646,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
11646
11646
|
};
|
|
11647
11647
|
}
|
|
11648
11648
|
});
|
|
11649
|
-
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
11649
|
+
var ckButton = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-a31586a2"]]);
|
|
11650
11650
|
var ckLabel_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
11651
11651
|
const _hoisted_1$f = ["for"];
|
|
11652
11652
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|