Skip to content

Instantly share code, notes, and snippets.

@anthonycoffey
Created May 9, 2019 05:29
Show Gist options
  • Save anthonycoffey/98040158aad1165832cb503bfe264271 to your computer and use it in GitHub Desktop.
Save anthonycoffey/98040158aad1165832cb503bfe264271 to your computer and use it in GitHub Desktop.
Average Vue Component
<template>
<div>
</div>
</template>
export default {
name: 'average component',
}
</script>
<style scoped>
// css goes here
.error-msg {
font-size:1rem;
color: red;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment