123
This commit is contained in:
parent
19e1c3b1f6
commit
21b2ca5a07
@ -75,7 +75,6 @@ const fullLive1 = ref(false)
|
||||
watch(()=>{
|
||||
return props.fullLive
|
||||
}, (newVal) => {
|
||||
console.log('newVal',newVal)
|
||||
if (newVal) {
|
||||
setTimeout(() => {
|
||||
fullLive1.value = true
|
||||
|
Loading…
Reference in New Issue
Block a user