Skip to content

Instantly share code, notes, and snippets.

@Jantho1990
Last active June 19, 2018 02:05
Show Gist options
  • Save Jantho1990/b15486b6a2e0c043bbb060f0455f9865 to your computer and use it in GitHub Desktop.
Save Jantho1990/b15486b6a2e0c043bbb060f0455f9865 to your computer and use it in GitHub Desktop.
StarRating Vue -- 3b
<script>
import {
FontAwesomeIcon,
FontAwesomeLayers
} from '@fortawesome/vue-fontawesome'
export default {
name: "StarRating",
components: {
FontAwesomeIcon,
FontAwesomeLayers
},
// ...
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment