-
### Summary ###
I am using Nuxt 3/Vue and need help migrating from renderRichText to storyblok/richtext, especially when it comes to the **resolution and rendering of custom components** contained…
-
error
[Vue warn]: Invalid prop: custom validator check failed for prop "config".
at
my code
```
import { VuePlayer } from "@voltra/vue-player"
export default {
…
-
tutorial vuejs youtube and component architectural
-
Thinking about improving my website's loading performance I decided to use `deferLoading`:
**_main.ts_**
```
import { createApp } from 'vue'
import App from './App.vue'
import { createManager }…
-
I got this error while installing:
```
PS D:\Workspace> npm install vue-lite-youtube-embed vue-frag --save
...
npm ERR! Conflicting peer dependency: vue@2.6.14
npm ERR! node_modules/vue
npm E…
-
Hi! thanks for creating this plugin :)
We are using it on a nuxt 3 / vue 3 project. but often, when you first land on the page, the youtube container doesn't load at all, and requires a page refres…
-
I have got problem with vue-youtube-embed. I don't know to implement in Nuxt.js project. I had install vue-youtube-embed across npm. Do anybody can to write the implementation process? PLS
-
it happens sometimes and crushes everything. It happens when I try to play a video.
I don't think that the src is in my code, I think it's the library code.
adding the error and my code (long and m…
-
## Week 1
- [ ] Go fundamentals
- [ ] Typescript fundamentals
- [ ] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [ ] Testing fundame…
-
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.vuej…