vue-dplayer icon indicating copy to clipboard operation
vue-dplayer copied to clipboard

binding video url

Open almaweb opened this issue 7 years ago • 1 comments

Hello, How can player be reload when i change video url (data bindning) Merci

almaweb avatar Jan 02 '18 10:01 almaweb

you can do like this: this.$refs.player.dp.switchVideo({ url: 'xxx.mp4' }) please refer to DPlayer api

Blubiubiu avatar Apr 13 '18 04:04 Blubiubiu