Skip to content

palegret/vue-mastery-beautify-with-vuetify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

Codebase for the Vue Mastery course Beautify with Vuetify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published