mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 12:18:01 +00:00
Add account page
This commit is contained in:
@@ -393,6 +393,16 @@ export default {
|
||||
this.$vuetify.theme.dark = response.data.user.darkMode
|
||||
}
|
||||
})
|
||||
},
|
||||
resetProfileForm () {
|
||||
if (this.$refs.profileForm) {
|
||||
this.$refs.profileForm.reset()
|
||||
}
|
||||
},
|
||||
resetUploadSampleForm () {
|
||||
if (this.$refs.uploadSampleForm) {
|
||||
this.$refs.uploadSampleForm.reset()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user