papamonkey / vue-tawk

wrapper of tawk
MIT License
25 stars 21 forks source link

Trigger chat with a button #4

Open chokies opened 5 years ago

chokies commented 5 years ago

is there a way to trigger the chat with a button on nuxt?

oluomotoso commented 4 years ago
  OpenChat() {
        void (Tawk_API.toggle())
      },

call the method on click from your button. I know this is a late answer but in case anyone still need this