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