Rost
Rost
NNuxt
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
NNuxt
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
NNuxt
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
NNuxt
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