NNuxt•Created by Renato L. on 5/2/2023 in #❓・help Creating module composable with module starter
Looks like the workspace config dot files (.nuxtrc
) comes with imports.autoImport=false
, which I'm assuming disables auto imports for Nuxt. To fix my problem I changed to true
, but I'm still not sure if this is expected behaviour.