import store from "@/store"; export const getWindowSize = computed(() => { return store.state.app.windowSize })