Vuetify Standard Setup (babel/eslint) image failed to load
问题 I'm working on a VueJS project and am trying to load an image on a carousel. I am using the standard setup and have the image in the assets folder. I reference the image URL with <v-carousel-item src="@/assets/promo1.jpg"> But this throws an Image Load Failed error when I run the server using npm run serve . console.js?66f6:36 [Vuetify] Image load failed src: @/assets/promo1.jpg found in ---> <VImg> <VCarouselItem> <VCarousel> <Home> at src/views/Home.vue <VApp> <App> at src/App.vue <Root> If