diff --git a/README.md b/README.md index 9bbcd68..f87abf5 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,14 @@ Vue.use(VueAliplayerV2); #### 局部注册 App.vue ```javascript + +//推荐第一种(仅v1.2.3)及以上的版本可用 import VueAliplayerV2 from 'vue-aliplayer-v2'; +components:{ VueAliplayerV2 } + +//或者 components:{ VueAliplayerV2: VueAliplayerV2.Player } + ``` ## 2.组件中使用 @@ -65,7 +71,7 @@ components:{ VueAliplayerV2: VueAliplayerV2.Player }