Skip to content

Commit 242bd72

Browse files
fix: vue ts
1 parent 1111989 commit 242bd72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/vue3/src/components/TheWelcome.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup>
2-
import { useChatWoot } from '@productdevbook/chatwoot'
2+
import { useChatWoot } from '@productdevbook/chatwoot/vue'
33
const { isModalVisible, toggle, toggleBubbleVisibility } = useChatWoot()
44
</script>
55

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"*": [
4646
"./dist/*"
4747
],
48-
"nuxt": [
49-
"./dist/types.d.ts"
48+
"vue": [
49+
"./dist/runtime/vue/index.d.ts"
5050
]
5151
}
5252
},

0 commit comments

Comments
 (0)