nuxt ui notifications (#390)
* nuxt ui notifications * use crispInit function --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
4
client/stores/app.js
vendored
4
client/stores/app.js
vendored
@@ -5,6 +5,10 @@ export const useAppStore = defineStore("app", {
|
||||
state: () => ({
|
||||
layout: "default",
|
||||
navbarHidden: false,
|
||||
crisp: {
|
||||
chatOpened: false,
|
||||
hidden: false
|
||||
},
|
||||
|
||||
// App Loader
|
||||
loader: {
|
||||
|
||||
Reference in New Issue
Block a user