cleek 2.4.81 → 2.4.82
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 +4 -0
- package/dist/cleek.umd.js +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -24118,6 +24118,10 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
24118
24118
|
});
|
|
24119
24119
|
var CkIcon = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-a8333ef4"]]);
|
|
24120
24120
|
function useWindowWidth() {
|
|
24121
|
+
const windowWidth = ref(0);
|
|
24122
|
+
return {
|
|
24123
|
+
windowWidth
|
|
24124
|
+
};
|
|
24121
24125
|
}
|
|
24122
24126
|
var ckButton_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
24123
24127
|
const _hoisted_1$j = ["title", "aria-label", "disabled"];
|