You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: