import { createGlobalState } from '@vueuse/core' export const homeStore = createGlobalState(() => { const fullLive=ref(false) return{ fullLive } })