mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 04:14:02 +00:00
Add account page
This commit is contained in:
@@ -10,6 +10,9 @@ export default {
|
||||
home () {
|
||||
this.$router.push('/')
|
||||
},
|
||||
account () {
|
||||
this.$router.push('/account')
|
||||
},
|
||||
admin () {
|
||||
this.$router.push('/admin')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user