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
Just setted up a ref with component
made .use(html5media) plugin for video/audio support in mounted() {}
but nothig works, where i need to declare use?
Uncaught TypeError: Cannot read property 'apply' of undefined
at b.use (markdown-it-vue-light.umd.min.js?eb52:1)
at VueComponent.use (markdown-it-vue-light.umd.min.js?eb52:6)
at <anonymous>:1:70
The text was updated successfully, but these errors were encountered:
Just setted up a ref with component
made
.use(html5media)
plugin for video/audio support inmounted() {}
but nothig works, where i need to declare
use
?The text was updated successfully, but these errors were encountered: