diff --git a/src/runtime/plugin.ts b/src/runtime/plugin.ts index 7e2ea2d..2083cc2 100644 --- a/src/runtime/plugin.ts +++ b/src/runtime/plugin.ts @@ -7,6 +7,7 @@ export default defineNuxtPlugin((nuxtApp) => { const _chatwoot = createChatWoot({ init: chatwoot.init, partytown: chatwoot.partytown, + settings: chatwoot.settings, }) nuxtApp.vueApp.use(_chatwoot) nuxtApp.provide('chatwoot', _chatwoot)