Skip to content

Commit 4787412

Browse files
authored
fix: augment vue rather than @vue/runtime-core (#143)
1 parent 1c33418 commit 4787412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/vue/vue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ function isLoadTimer() {
364364
})
365365
}
366366

367-
declare module '@vue/runtime-core' {
367+
declare module 'vue' {
368368
interface ComponentCustomProperties {
369369
$chatwoot: OptionPlugin
370370
}

0 commit comments

Comments
 (0)