Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 517 Bytes

File metadata and controls

11 lines (9 loc) · 517 Bytes

#Notes

##To make v-img work with local assets: Reported in vuetifyjs/vuetify#5403 Used manual require route, e.g., <v-img :src="require('./assets/logo.jpg')" />

*** UPDATE *** Ran into this issue: Error: /src/assets/vuetify-logo-header.png hasn't been transpiled yet. Reported in codesandbox/codesandbox-client#1546 Using a data: URL fixed it, which I then put into a JSON resource which looks cleaner in the template. Definitely seems CodeSandbox-specific.