You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The information on most pages is gathered by the mounted code
But upon change of data in the DB, it is not refreshed
So make the mounted code into an explicit method (say mountedMethod) and then call that on mounting and also on data refresh
But isn't that sort of difficult experience, how will you know that you have actually changed the thing after changing?
Anyways isn't a pressing concern at the moment, important places already refresh upon data change
The information on most pages is gathered by the
mounted
codeBut upon change of data in the DB, it is not refreshed
So make the mounted code into an explicit method (say
mountedMethod
) and then call that on mounting and also on data refreshFor context:
noodle/client/src/views/Admin/EditUser.vue
Lines 84 to 94 in cd665d0
I haven't put all the details so feel free to ask more clarification
The text was updated successfully, but these errors were encountered: