Nossie
Youtube SDK
So i want to show youtube videos on a page ,
so im loading in the sdk with a plugin like this
and in my component i do this :
this works when you only have 1 video, but if you have multiple it only loads the last on , im getting confused
does somebody have some help ?
29 replies
Nuxt 3 + GSAP
Ok so im not having any issues getting GSAP to work with NUXT3 but more like can someone help me in the right direction
My template =
My script part =
What i want to do is trigger a prop inside the teaser when each indivudual teaser has finished the animation ( so in stagger you will see the onComplete this works ) but i cant figure out how to change a prop of an element when the animation is completed for the specfic item
does anyone knows ?
2 replies
JsonToken
Oke so im trying to implement a video player that can only be accessed when having a jsonwebtoken
currently i have this code ( and its working )
The only thing is i dont want the secret of my jjwt in side client, i already tried to move this to the env file , but for some reason i doesnt work anymore , ( if i log the config.jwtSecret from env) i see the secret in terminal. but the whole signing doestn work anymore
does someone has a solution to help me out putting my secrete not client side
2 replies
Nuxt 3 Layers Broken ?
Is it me or is the Layer option ( extend) broken in nuxt ?
everything works when running localy but when trying to run a build for production it breaks
even on a simple extend of 1 component
BTW this is only when using a extend from a github repo
giving the following error
12 replies
External Components
So im trying to build a platform(nuxt 3) with a base template that can use external components ( build in and with nuxt 3) , from what i read it the documentation you can set a different folder to import component like :
this works like it should, the only thing is that if you use refs inside the script part in those components that are loaded from somewhere else it gived a 500 error saying ref is not defined.
is there a way to get this working without importing ref from vue ? in components that are auto imported because of the path in nuxt.config ?
also this is only happening when the folder is in node_modules
15 replies