Skip to content

Commit

Permalink
fix: augment vue rather than @vue/runtime-core (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Nov 10, 2024
1 parent 1c33418 commit 4787412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/vue/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ function isLoadTimer() {
})
}

declare module '@vue/runtime-core' {
declare module 'vue' {
interface ComponentCustomProperties {
$chatwoot: OptionPlugin
}
Expand Down

0 comments on commit 4787412

Please sign in to comment.