issues
search
nuxtlabs
/
nuxt-component-meta
Gather Nuxt components metadata on build time and make them available on production.
73
stars
8
forks
source link
fix: transform `useSlots` usages into dummy `<slot />` in templates
#64
Closed
farnabaz
closed
10 months ago
farnabaz
commented
10 months ago
transform
useSlots
usages into dummy
<slot />
in templates
TODO:
[x] handle destructor pattern:
const { default } = useSlots()
useSlots
usages into dummy<slot />
in templatesTODO:
const { default } = useSlots()