Notifications
Settings Notifications User Panel
This commit is contained in:
@@ -55,6 +55,11 @@ export const DefaultUser: IUserFields = {
|
||||
asked_friends: [],
|
||||
asked_groups: [],
|
||||
notifs: [],
|
||||
notif_idCities: [],
|
||||
notif_provinces: [],
|
||||
notif_regions: [],
|
||||
notif_sectors: [],
|
||||
notif_sector_goods: [],
|
||||
},
|
||||
cart: {
|
||||
userId: '',
|
||||
@@ -101,6 +106,11 @@ export const DefaultProfile: IUserProfile = {
|
||||
asked_friends: [],
|
||||
asked_groups: [],
|
||||
notifs: [],
|
||||
notif_idCities: [],
|
||||
notif_provinces: [],
|
||||
notif_regions: [],
|
||||
notif_sectors: [],
|
||||
notif_sector_goods: [],
|
||||
}
|
||||
|
||||
export const useUserStore = defineStore('UserStore', {
|
||||
|
||||
Reference in New Issue
Block a user