vue播放mp3实现

1.在main.js中注册全局vue:mp3vue

2.在app.vue引入组件:

3.在需要调用的地方调用组件方法:this.mp3vue.mp3play(1)

4.组件代码:


 

 

你可能感兴趣的:(vue,测试,Js)