o.m
o.m
NNuxt
Created by o.m on 9/17/2024 in #❓・help
How to render image dynamically in Nuxt?
<span class="font-semibold">
{{ item.title }}
<img :src="`@/assets/images/${activeIndex === index ? 'minus' : 'plus'}.webp`" class="w-4 h-4" />
</span>
<span class="font-semibold">
{{ item.title }}
<img :src="`@/assets/images/${activeIndex === index ? 'minus' : 'plus'}.webp`" class="w-4 h-4" />
</span>
The page renders but the image does not display
4 replies
NNuxt
Created by o.m on 9/17/2024 in #❓・help
What is causing Failed to import assets
No description
1 replies
NNuxt
Created by o.m on 5/3/2023 in #❓・help
NuxtImg not working any workaround?
No description
6 replies
NNuxt
Created by o.m on 4/19/2023 in #❓・help
How to assign ID on markdown files?
No description
3 replies
NNuxt
Created by o.m on 4/10/2023 in #❓・help
How to find out who supplied the slot/prop value?
I have this theme that contains a slot but I am having trouble finding what parent supplied the slot. How do I trace who supplied the slot ?
<ContentList v-slot="{ list }" path="/post">
<ContentList v-slot="{ list }" path="/post">
3 replies