LarchLiu / vue3-video-player

vue3 version of vue-core-video-player
https://larchliu.github.io/vue3-video-player/
97 stars 20 forks source link

[Vue warn]: Component is missing template or render function. #6

Closed terencetwuo closed 3 years ago

terencetwuo commented 3 years ago

Hi, I have followed the steps shown under 'Basic Use' section.

However, nothing is rendered on the page. I have tried both

`

and

`

In the console:

[Vue warn]: Component is missing template or render function. at at <AppLayout jetstream=

Thanks in advance for the help.

LarchLiu commented 3 years ago

Looks like a problem with vue usage. You can see how to use this(App.vue and main.js) or check this answer stack overflow