logue / vite-vuetify-ts-starter

@vitejs + @vuejs 3+@Vuetifyjs 3
MIT License
170 stars 37 forks source link

import colors from vuetify/lib/util/colors #4

Closed f1eeman closed 1 year ago

f1eeman commented 2 years ago

image Eslint doesn't see imports

logue commented 2 years ago

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';