Files
evilspins/app/plugins/favorites.client.ts
valere 61b0b6395f
All checks were successful
Deploy App / build (push) Successful in 1m9s
Deploy App / deploy (push) Successful in 15s
favorite: v0.1
2025-10-16 02:04:12 +02:00

7 lines
145 B
TypeScript

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