UNPKG

@europeana/portal

Version:
9 lines (8 loc) 268 B
export default async({ $auth, store }) => { if ($auth?.loggedIn) { // TODO: assess whether there is a more efficient way to do this with fewer // API requests await store.dispatch('set/setLikes'); await store.dispatch('set/fetchLikes'); } };