Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to mount component: template or render function not defined. #33

Closed
picululu opened this issue Oct 30, 2017 · 1 comment
Closed

Comments

@picululu
Copy link

Hi.

After updating my packages i get the following error with the youtube embed component:

Failed to mount component: template or render function not defined.

My package.json: "vue-youtube-embed": "^2.1.3"

In the code:

<div class="col s12 m6 offset-m3 video-container"> <youtube v-if="youtube_video_id.length" :video-id="youtube_video_id" player-width="100%" player-height="300" :player-vars="playerVars" @ready="videoReadyCallback" :ref="'addYoutubeVideoPreview'" :key="'addYoutubeVideoPreview'" > </youtube> </div>

The only thing i did was update packages like vue and vue loader to newest versions.

Is this a common issue?

Best
Andreas

@picululu
Copy link
Author

picululu commented Nov 1, 2017

Nevermind - i installed a similar plugin and it works out of the box

@picululu picululu closed this as completed Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant