add: form edit profile
This commit is contained in:
@@ -20,7 +20,6 @@ export const useNotificationsStore = defineStore('notifications', () => {
|
||||
});
|
||||
|
||||
const toggleProfile = () => {
|
||||
console.log('click');
|
||||
openProfile.value = !openProfile.value;
|
||||
}
|
||||
|
||||
@@ -30,6 +29,6 @@ export const useNotificationsStore = defineStore('notifications', () => {
|
||||
error,
|
||||
show,
|
||||
openProfile,
|
||||
toggleProfile
|
||||
toggleProfile,
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user