Ahmed Hashim
Ahmed Hashim
looks like the new way of how the vue app is created and mounted via the global api introduced some breaking changes, making this unusable in vue 3 at the...
Running into the following issue trying to use `vue-youtube-embed` on Vue 3 RC Installed `vue-youtube` via `npm`, and imported it into my project globally in `main.js` ([Vue 3 docs](https://v3.vuejs.org/guide/migration/global-api.html#a-note-for-plugin-authors)). **`main.js`**...
Running into the following issue trying to use `vue-youtube` on Vue 3 RC Installed `vue-youtube` via `npm`, and imported it into my project globally in `main.js` following the directions given...