Rednas
Rednas
Sorry, just found it in the docs. Even possible with `setItem` I see. That's cool🚀  Not sure yet how to push to an array yet. Something like this ```...
Any thoughts?
Trick is not to select **@nuxt/ui** when calling `npx nuxi@latest init -t github:nuxt-ui-pro/dashboard`  With **pnpm** it's also important to downgrade to v9 when using `@nuxt/content` to avoid the binding...
Sorry, looks like there is already support for it  Another question. How can you declare a universal store that can be accessed everywhere? Tried something like **plugins/storage.ts** ``` import...
Succesfully migrated pinia to unStorage🥳. Fixed it by applying any to `useNuxtApp()` and moving it inside the composables ``` export async function save(iContent: string, iValue?: any) { const { $storage...
Also I would like to create some shortcuts for easier access. Something like **plugins/storage.ts** ``` return { provide: { init: init, storage: storage, codes: ref(await storage.getItem("codes")), // TODO shortcuts settings:...
Any thoughts?
Any thoughts?
Any thoughts?