Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created January 18, 2018 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmiller1990/0096bef79f37eabb2235aa305f9e5d55 to your computer and use it in GitHub Desktop.
Save lmiller1990/0096bef79f37eabb2235aa305f9e5d55 to your computer and use it in GitHub Desktop.
storiesOf('Profile', module)
.add('with a profile image', () => ({
components: { Profile },
data () {
return {
image: 'https://vuejs.org/images/logo.png'
}
},
template: '<profile :profile-image="image" />'
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment