Skip to content

Commit

Permalink
fix: proper isloaded timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Jun 28, 2022
1 parent a0aba35 commit b80c47c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/PageLoader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
}
},
mounted() {
//set interval document.onreadystatechange
setTimeout(() => {
this.isloaded = true
}, 4000)
}, 3000)
}
}
</script>
Expand Down

1 comment on commit b80c47c

@vercel
Copy link

@vercel vercel bot commented on b80c47c Jun 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.