vue-fb-customer-chat icon indicating copy to clipboard operation
vue-fb-customer-chat copied to clipboard

Invalid 'X-Frame-Options' header error

Open iamcienlim opened this issue 4 years ago • 0 comments

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' })

iamcienlim avatar Jun 15 '20 09:06 iamcienlim