live-cat-vue

0.1.1 • Public • Published

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 地址

Readme

Keywords

Package Sidebar

Install

npm i live-cat-vue

Weekly Downloads

4

Version

0.1.1

License

MIT

Unpacked Size

1.22 MB

Total Files

4

Last publish

Collaborators

  • jim1874