0.1.1 • Published 4 years ago
live-cat-vue v0.1.1
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 | 地址 |
0.1.1
4 years ago
0.1.0
4 years ago
0.1.0-beta.3
4 years ago
0.1.0-beta.2
4 years ago
0.1.0-beta.1
4 years ago
0.1.0-beta.0
4 years ago