crisp migration (#302)

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
formsdev
2024-01-31 22:18:43 +05:30
committed by GitHub
parent de3e2d69c0
commit 5bdc76ecd6
6 changed files with 10 additions and 13 deletions

View File

@@ -77,8 +77,7 @@ export default {
methods: {
openChat() {
window.$crisp.push(['do', 'chat:show'])
window.$crisp.push(['do', 'chat:open'])
useCrisp().openAndShowChat()
},
}
}