This website works better with JavaScript.
Explore
Help
Sign In
TZGyn
/
nuxt-todo-app
Watch
1
Star
0
Fork
You've already forked nuxt-todo-app
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
update: root directory auto navigate to '/notes'
Browse Source
main
TZGyn
3 years ago
parent
ea1e8dc565
commit
fec26dc30a
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
pages/index.vue
Unescape
Escape
View File
@ -21,4 +21,8 @@
}
}
)
;
onMounted
(
(
)
=>
{
navigateTo
(
'/notes'
)
;
}
)
;
<
/
script
>
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
TZGyn/nuxt-todo-app
Title
Body
Create Issue