Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
JCAlways committed Mar 1, 2024
1 parent 6f45f50 commit ab2a2e0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions guide/template/hexo.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@

<script setup>
import { ref } from 'vue'

const flag = ref(false)


setTimeout(() => {
flag.value = true
}, 500)

onMounted(() => {
flag.value = true
})
</script>

0 comments on commit ab2a2e0

Please sign in to comment.