我确定的是2.x版本需要这样注册组件,1.x不确定,没这样用过。 ```javascript Vue.use(VueAPlayer.default, { defaultCover: '', productionTip: true }); ```