wobsoriano / vue-lite-youtube-embed

A private by default, faster and cleaner YouTube embed component for Vue applications.
https://vue-lite-youtube-embed-demo.vercel.app
MIT License
59 stars 7 forks source link

single root node #11

Closed matthiaskoch closed 1 year ago

matthiaskoch commented 1 year ago

Hello! I try to place it inside a vue app with router and get this error:

Multiple root nodes returned from render function. Render function should return a single root node.

found in

--->

at src/views/HomeView.vue at src/App.vue Does it not work inside ChildViews ?
wobsoriano commented 1 year ago

Are you using Vue 2? If yes, update to 1.2.0 and follow the updated instructions in README. Thanks! Feel free to reopen.