Named export in a Vue-file
I’m curious, whether it is recommended (or at least doesn’t severely go against the guidelines/patterns) to have a named export in a Vue-file alongside with the default export.
An example:
Pass Function from Parent to Child, where I can pass arguments also in Vue/Nuxt 3 Composition API
Pass function from Parent to Child, where I can pass arguments also in Vue/Nuxt 3 Composition API