Skip to content

Instantly share code, notes, and snippets.

@artrayd
Last active July 2, 2020 08:57
Show Gist options
  • Save artrayd/70f9fe56b205461b62cb29197caf651e to your computer and use it in GitHub Desktop.
Save artrayd/70f9fe56b205461b62cb29197caf651e to your computer and use it in GitHub Desktop.
Require image src path for v-loop
methods: {
letterIcon: function(path) {
return require("@/" + path);
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment