inventory/web/src/stores
2025-02-27 18:16:18 +01:00
..
app.ts initial commit 2025-02-26 00:09:11 +01:00
auth.ts fix: add openid scope and improve OAuth token handling for Authentik 2025-02-27 17:42:18 +01:00
index.ts initial commit 2025-02-26 00:09:11 +01:00
README.md initial commit 2025-02-26 00:09:11 +01:00
storage.ts feat: add storage hierarchy component to display nested objects 2025-02-27 18:16:18 +01:00

Store

Pinia stores are used to store reactive state and expose actions to mutate it.

Full documentation for this feature can be found in the Official Pinia repository.