diff --git a/src/App.vue b/src/App.vue index 6f0caeb..df03a8d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,14 +1,17 @@ + + \ No newline at end of file diff --git a/src/views/home/home.vue b/src/views/home/home.vue index 4b8e6aa..c168183 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -115,7 +115,6 @@ const handleJumpToInstance = (): void => { router.push("/code") } - onMounted(() => { startTypewrite() })