vite-vuetify-ts-starter
vite-vuetify-ts-starter copied to clipboard
eslint | public files imports
<v-img :src="vueLogo" width="100" />
It is necessary to set the eslint config for importing files from the public directory
Assuming /cdnlogo.com_vuetify.svg
is in the project root?
For this usage, please enter <v-img src="/cdnlogo.com_vuetify.svg" />
directly without using the import
statement.
Assuming /cdnlogo.com_vuetify.svg is in the project root?
./public/cdnlogo.com_vuetify.svg
./src
For this usage, please enter