From 8fd28bd6bfb453e86f676865516fcf3fc2a6b215 Mon Sep 17 00:00:00 2001
From: zhouliujun <1096432931@qq.com>
Date: Fri, 27 Dec 2019 10:58:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8C=85,=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=E5=B1=80=E9=83=A8=E5=BC=95=E7=94=A8=E6=96=B9=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 31 ++++++++++++++++++++++++++++++-
examples/App.vue | 2 ++
package.json | 2 +-
packages/index.js | 2 +-
4 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b81fcb9..c30a7c8 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,41 @@ npm i vue-aliplayer-v2 --save
or
yarn add vue-aliplayer-v2
```
+
+#### 全局注册 main.js
+
```javascript
-//全局注册 main.js
import VueAliplayerV2 from 'vue-aliplayer-v2';
Vue.use(VueAliplayerV2);
```
+#### 局部注册 App.vue
+```html
+
+
+
+
+
+
+```
+
## 2.组件中使用
### 组件模板使用,但需要注意的是,假如你的页面中有多个播放器,那么这个id需要唯一!!,ID必传,只有一个的时候,可以忽略,命名只能是有效字符开头. 下面的视频连接是无效的,需要自己去替换成有效的.
@@ -313,6 +341,7 @@ npm run lint
```
## 7.缺陷 & 后期计划
+> 2019年12月27日 更新优化局部引用方式
> 您有功能建议,或者bug反馈请留言.
diff --git a/examples/App.vue b/examples/App.vue
index da1e97d..b0ada6b 100644
--- a/examples/App.vue
+++ b/examples/App.vue
@@ -14,7 +14,9 @@