fix cookie error close #40

This commit is contained in:
Adrian Zürcher
2026-02-09 07:15:28 +01:00
parent d4663a9afc
commit bb626bf6b5

View File

@@ -112,7 +112,7 @@ export default defineConfig((/* ctx */) => {
//directives: [], //directives: [],
// Quasar plugins // Quasar plugins
plugins: ['Notify', 'Dialog'], plugins: ['Cookies', 'Notify', 'Dialog'],
}, },
// animations: 'all', // --- includes all animations // animations: 'all', // --- includes all animations