移除冲突组件,允许用npm打包

This commit is contained in:
tangly1024.com
2023-07-31 18:59:21 +08:00
parent 72dbf54e11
commit b7c84d5218
5 changed files with 18 additions and 33 deletions

View File

@@ -1,8 +1,7 @@
import BLOG from '@/blog.config'
import MessengerCustomerChat from 'react-messenger-customer-chat'
const Messenger = () => (
<MessengerCustomerChat
<div
pageId={BLOG.FACEBOOK_PAGE_ID}
appId={BLOG.FACEBOOK_APP_ID}
language={BLOG.LANG.replace('-', '_')}