Relative Content

Tag Archive for vue.jsvuejs3nuxt.jsnuxt3.jsvue-composition-api

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: