1.0.1 • Published 6 months ago

guoshou-intelligent-assistant v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

guoshou-intelligent-assistant

import Modal from 'guoshow-intelligent-assistant'
import 'guoshow-intelligent-assistant/index.css'

<Modal
	//页面跳转
  navigatorTo={(path) => {
    console.log('navigatorTo', path)
  }}
  //转人工
  toStaffService={(chatList) => {
    console.log('toStaffService', chatList)
  }}
></Modal>