BobLamarley
BobLamarley
NNuxt
Created by BobLamarley on 10/31/2024 in #❓・help
SVG and CSS transitions
Nobody has an idea ? :/
13 replies
NNuxt
Created by BobLamarley on 10/31/2024 in #❓・help
SVG and CSS transitions
No description
13 replies
NNuxt
Created by BobLamarley on 10/31/2024 in #❓・help
SVG and CSS transitions
No description
13 replies
NNuxt
Created by BobLamarley on 10/31/2024 in #❓・help
SVG and CSS transitions
With the "scoped" removed, and wrap all styles in .app-loader it doesn't work For the :deep() i don't see how to do that, do you have an example ? Edit: Ok i've found how, it doesn't work neither 😦
13 replies
NNuxt
Created by BobLamarley on 10/31/2024 in #❓・help
SVG and CSS transitions
For example in this site, it's working: https://svgartista.net/ How can make it work in my nuxt app
13 replies
NNuxt
Created by BobLamarley on 8/9/2024 in #❓・help
Nuxt 3 to Nuxt 4
No description
13 replies
NNuxt
Created by BobLamarley on 8/9/2024 in #❓・help
Nuxt 3 to Nuxt 4
even frontend/public/ folder goes to /app ?
13 replies
NNuxt
Created by BobLamarley on 8/9/2024 in #❓・help
Nuxt 3 to Nuxt 4
No description
13 replies
NNuxt
Created by BobLamarley on 8/9/2024 in #❓・help
Nuxt 3 to Nuxt 4
Then i can update my nuxt.config.ts and remove srcDir: 'src' ?
13 replies
NNuxt
Created by BobLamarley on 8/5/2024 in #❓・help
Vuera and nuxt - Use react components in vue
And here is my vue Wrapper Component around the react component using vuera:
<script setup>
import { ref } from 'vue'
import JBrowseComponent from '~/components/JBrowseComponent.jsx'

const JBrowseComponentRef = ref(JBrowseComponent)

const jbrowseConfig = ref({});
</script>

<template>
<div>
<ReactWrapper :component="JBrowseComponent" :props="jbrowseConfig" />
</div>
</template>
<script setup>
import { ref } from 'vue'
import JBrowseComponent from '~/components/JBrowseComponent.jsx'

const JBrowseComponentRef = ref(JBrowseComponent)

const jbrowseConfig = ref({});
</script>

<template>
<div>
<ReactWrapper :component="JBrowseComponent" :props="jbrowseConfig" />
</div>
</template>
This seems like the correct approach to do this ?
2 replies
NNuxt
Created by BobLamarley on 2/16/2024 in #❓・help
Call method og a RefImpl Object
refCountry.value[0].getCountry(cell.value)
6 replies
NNuxt
Created by BobLamarley on 2/16/2024 in #❓・help
Call method og a RefImpl Object
Thnaks that was the problem 🙂
6 replies