Add account page

This commit is contained in:
Kevin Thomas
2021-11-27 23:42:00 -08:00
parent fc29667c96
commit fc79362510
11 changed files with 247 additions and 25 deletions

View File

@@ -10,6 +10,9 @@ export default {
home () {
this.$router.push('/')
},
account () {
this.$router.push('/account')
},
admin () {
this.$router.push('/admin')
},