import { useFavoritesStore } from '~/store/favorites' export default defineNuxtPlugin(() => { const fav = useFavoritesStore() fav.load() })