Open Hellense opened 11 months ago
@Hellense in ver 3 there is no ref-link you can use composavle function to have more control on audio and canvas elements Check this link: https://github.com/staskobzar/vue-audio-visual/blob/master/src/components/AVCircle.vue
I'm trying to use the AvCircle component, hiding the controls and starting the audio from a custom play button. I'm attempting to use ref-link, but I'm encountering this error:
main.js:15 [Vue warn]: Extraneous non-props attributes (ref-link) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
Where am I going wrong? Is it correct to use 'ref-link'? Thank you