boka-human-v3
v0.0.50
Published
#### 依赖安装 > npm install boka-human-v3
Readme
boka-human
依赖安装
npm install boka-human-v3
引入组件
//引入组件
import bokaHumanV3 from 'boka-human-v3/dist/boka-human-v3.es.js'
//引入样式
import 'boka-human-v3/dist/boka-human-v3.css'
let app = createApp(App);
//全局注册
app.use(bokaHumanV3)
参数介绍
token 软件 token
product 产品 管8:manageCenterPlus,管7:s3backend,美容:cosmetology,MASE:mase,AIME:aime
subCustType 子版本 管8{标准版:standard,小店通:miniCashier},美容{V2:mr2},AIME:{国内:domestic,国外:overseas}
使用
<!-- 页面直接引入即可 -->
<boka-human-v3 :token="token" :product="product" :subCustType="subCustType"/>