Skip to content

Commit

Permalink
fix: Add missing settings object (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrajs authored Apr 21, 2023
1 parent 3ffd81e commit 7bf53f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7bf53f3

Please sign in to comment.