haliuhei
Results
1
comments of
haliuhei
app.vue ``` import { ref } from "vue"; let show = ref(false); setTimeout(() => { show.value = true; }, 0); ``` You can try it,but I don't know why