Skip to content

Instantly share code, notes, and snippets.

@Jantho1990
Created June 17, 2018 02:16
Show Gist options
  • Save Jantho1990/4287088f81159d276464475219160d9e to your computer and use it in GitHub Desktop.
Save Jantho1990/4287088f81159d276464475219160d9e to your computer and use it in GitHub Desktop.
StarRating Vue -- 1b2
<script>
import HelloWorld from './components/HelloWorld'
export default {
name: 'App',
components: {
HelloWorld
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment