live-cat-vue
v0.1.1
Published
```js npm install live-cat-vue --save ``` 或者
Downloads
4
Readme
Quick Start
安装
npm install live-cat-vue --save
或者
yarn add live-cat-vue
使用
1、按需引用
import { LivePlayer } from "live-cat-vue";
components: { LivePlayer },
<live-player :appKey="xxxxx"></live-player>
2、全局引用
import LivePlayer from "live-cat-vue";
Vue.use(liveCat)
<live-player :appKey="xxxxx"></live-player>
参数
| 名称 | 类型 | 默认 | 描述 | | ------- | ------ | ---------------------- | ----- | | appKey | String | '' | 应用key | | address | String | https://app.3dcat.live | 地址 |