favorite: v0.1
All checks were successful
Deploy App / build (push) Successful in 1m9s
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-10-16 02:04:12 +02:00
parent 0aa1a57b78
commit 61b0b6395f
4 changed files with 98 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import { useFavoritesStore } from '~/store/favorites'
export default defineNuxtPlugin(() => {
const fav = useFavoritesStore()
fav.load()
})