You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using defineProps, you have to call it in the form ... = defineProps().
Using it like ... = toRefs(defineProps()) generates a misleading mess of runtime errors, with the only relevant one being that "defineProps is not defined".
Currently, the docs for defineProps do not mention this at all.
Could a note be added, along with a ESLint rule?