You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 directly without using the import statement.
I suppose, it may once happen that the users of such sample template template would have to dynamically determine relevant images. In this case, eslint that is bot set, would not interfere with work
<v-img :src="vueLogo" width="100" />
It is necessary to set the eslint config for importing files from the public directory
The text was updated successfully, but these errors were encountered: