Skip to content

Instantly share code, notes, and snippets.

@Jantho1990
Created June 17, 2018 04:50
Show Gist options
  • Save Jantho1990/0fa7dfce228963fcc37c26dc70cf7719 to your computer and use it in GitHub Desktop.
Save Jantho1990/0fa7dfce228963fcc37c26dc70cf7719 to your computer and use it in GitHub Desktop.
StarRating Vue -- 1c1
<script>
export default {
name: 'HelloWorld',
data () {
return {
msg: 'Welcome to Your Vue.js App'
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment