@@ -0,0 +1,5 @@
+import store from "@/store";
+
+export const getWindowSize = computed(() => {
+ return store.state.app.windowSize
+})