mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 10:13:35 -05:00
remove unused items
This commit is contained in:
@@ -137,12 +137,6 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
openAvatarPicker() {
|
|
||||||
this.showAvatarPicker = true;
|
|
||||||
},
|
|
||||||
selectAvatar(avatar) {
|
|
||||||
this.user.avatar = avatar;
|
|
||||||
},
|
|
||||||
// async updateUser() {
|
// async updateUser() {
|
||||||
// if (!this.$refs.userUpdate.validate()) {
|
// if (!this.$refs.userUpdate.validate()) {
|
||||||
// return;
|
// return;
|
||||||
|
|||||||
Reference in New Issue
Block a user