cleek 2.3.4 → 2.3.5
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 +5 -2
- package/dist/cleek.umd.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -13702,8 +13702,11 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
13702
13702
|
function getImg(src) {
|
|
13703
13703
|
let path = "";
|
|
13704
13704
|
if (isMounted.value) {
|
|
13705
|
-
if ($cleekOptions)
|
|
13705
|
+
if ($cleekOptions) {
|
|
13706
|
+
console.log("$cleekOptions", $cleekOptions);
|
|
13707
|
+
console.log("$cleekOptions.img", $cleekOptions.img);
|
|
13706
13708
|
path = $cleekOptions.img.basePath;
|
|
13709
|
+
}
|
|
13707
13710
|
}
|
|
13708
13711
|
return `${path}${src}`;
|
|
13709
13712
|
}
|
|
@@ -13728,7 +13731,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
13728
13731
|
};
|
|
13729
13732
|
}
|
|
13730
13733
|
});
|
|
13731
|
-
var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
13734
|
+
var ckImg = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-b875f1c4"]]);
|
|
13732
13735
|
var ckRadio_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
13733
13736
|
const _withScopeId$1 = (n) => (pushScopeId("data-v-a5198d80"), n = n(), popScopeId(), n);
|
|
13734
13737
|
const _hoisted_1$5 = ["onKeyup"];
|