nuxt ui notifications (#390)

* nuxt ui notifications

* use crispInit function

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Favour Olayinka
2024-05-06 13:19:06 +01:00
committed by GitHub
parent 9f7cdd09fd
commit 49e6382bbb
10 changed files with 167 additions and 82 deletions

View File

@@ -5,6 +5,10 @@ export const useAppStore = defineStore("app", {
state: () => ({
layout: "default",
navbarHidden: false,
crisp: {
chatOpened: false,
hidden: false
},
// App Loader
loader: {