Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Rost
Posts
Comments
N
Nuxt
•
Created by Rost on 11/27/2024 in
#❓・help
Access the slot data from a markdown component in <script setup>
@kapa.ai
slot.default
is undefined
25 replies
N
Nuxt
•
Created by Rost on 11/27/2024 in
#❓・help
Access the slot data from a markdown component in <script setup>
@kapa.ai I want the following:
::component
abc
def
::
::component
abc
def
::
outputs:
<
ul
>
<
li
>abc</
li
>
<
li
>def</
li
>
</
ul
>
<
ul
>
<
li
>abc</
li
>
<
li
>def</
li
>
</
ul
>
25 replies
N
Nuxt
•
Created by Rost on 11/27/2024 in
#❓・help
Access the slot data from a markdown component in <script setup>
@kapa.ai I get a console error on the client side that
slots
is undefined
25 replies
N
Nuxt
•
Created by Rost on 11/27/2024 in
#❓・help
Access the slot data from a markdown component in <script setup>
@kapa.ai Does this also work when prerendering?
25 replies