Hi there, I'm getting undefined for emit as well as props when trying to import them with <script setup="props, {emit}"> as proposed. Any hint to what could be wrong? Project was created using @vitejs/app <project-name>... thanks!
<script setup="props, {emit}">
@vitejs/app <project-name>
You can use defineProps, defineEmit and/or defineContext
defineProps
defineEmit
defineContext
twitter.com/watchmejizz/status/137...
Maybe update post @alvarosaburido ?
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi there, I'm getting undefined for emit as well as props when trying to import them with
<script setup="props, {emit}">as proposed. Any hint to what could be wrong? Project was created using@vitejs/app <project-name>... thanks!You can use
defineProps,defineEmitand/ordefineContexttwitter.com/watchmejizz/status/137...
Maybe update post @alvarosaburido ?