Skip to content

Commit

Permalink
fix: vue ts
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Mar 28, 2023
1 parent 1111989 commit 242bd72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/vue3/src/components/TheWelcome.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import { useChatWoot } from '@productdevbook/chatwoot'
import { useChatWoot } from '@productdevbook/chatwoot/vue'
const { isModalVisible, toggle, toggleBubbleVisibility } = useChatWoot()
</script>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"*": [
"./dist/*"
],
"nuxt": [
"./dist/types.d.ts"
"vue": [
"./dist/runtime/vue/index.d.ts"
]
}
},
Expand Down

0 comments on commit 242bd72

Please sign in to comment.