Rost
Rost
NNuxt
Created by Rost on 11/27/2024 in #❓・help
Access the slot data from a markdown component in <script setup>
I am having this component in markdown that has a list of data, I need to do something with it in the script setup tag. How do I do this?
::component
abc
def
gef
::
::component
abc
def
gef
::
I've tried using the useSlots functions but that only gives me undefined.
25 replies