vite-vuetify-ts-starter
vite-vuetify-ts-starter copied to clipboard
import colors from vuetify/lib/util/colors
Eslint doesn't see imports
I don't know because there is no type definition on the Vuetify side. For the time being, please add .mjs and import it after disabling the error as follows.
// @ts-ignore
import colors from 'vuetify/lib/util/colors.mjs';