refactor(app): 修改首页全屏直播默认状态为关闭
This commit is contained in:
parent
8cbb9f3e76
commit
f37f283f09
@ -1,6 +1,6 @@
|
|||||||
import { createGlobalState } from '@vueuse/core'
|
import { createGlobalState } from '@vueuse/core'
|
||||||
export const homeStore = createGlobalState(() => {
|
export const homeStore = createGlobalState(() => {
|
||||||
const fullLive=ref(true)
|
const fullLive=ref(false)
|
||||||
return{
|
return{
|
||||||
fullLive
|
fullLive
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user