vue-fb-customer-chat
vue-fb-customer-chat copied to clipboard
Invalid 'X-Frame-Options' header error
Hi, I apply below code in my main.ts for my vue project and I encounter the Invalid 'X-Frame-Options' header error. May I know how do I solve this ?
Vue.use(VueFbCustomerChat, { page_id: null, // change 'null' to your Facebook Page ID, theme_color: '#333333', // theme color in HEX locale: 'en_US', // default 'en_US' })