[Vuejs]-Vuejs how to add customer chat for facebook

0👍

Make sure you have added this content in your main.js

import Vue from 'vue'
import VueFbCustomerChat from 'vue-fb-customer-chat'
 
Vue.use(VueFbCustomerChat)

Leave a comment