Skip to content

Instantly share code, notes, and snippets.

@acacha
Created April 16, 2018 15:52
Show Gist options
  • Save acacha/cfbb44595f16cb406efea335f159542f to your computer and use it in GitHub Desktop.
Save acacha/cfbb44595f16cb406efea335f159542f to your computer and use it in GitHub Desktop.
import gravatar from 'gravatar'
export default {
methods: {
gravatarURL (email) {
return gravatar.url(email)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment