cleek 2.4.84 → 2.4.85
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 +1 -1
- package/dist/cleek.umd.js +1 -1
- package/package.json +1 -1
package/dist/cleek.es.js
CHANGED
|
@@ -24118,7 +24118,7 @@ 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(
|
|
24121
|
+
const windowWidth = ref(0);
|
|
24122
24122
|
return {
|
|
24123
24123
|
windowWidth
|
|
24124
24124
|
};
|