Layout 100%, Notificações, SetupWizard

This commit is contained in:
Leonardo
2026-03-17 21:08:14 -03:00
parent 84d65e49c0
commit 66f67cd40f
77 changed files with 35823 additions and 15023 deletions
+6
View File
@@ -0,0 +1,6 @@
// src/plugins/pinia.js
// Instância única do Pinia — criada antes do router para que os
// guards (beforeEach) já consigam usar stores via useSupportDebugStore(pinia).
import { createPinia } from 'pinia'
export const pinia = createPinia()