Created
May 9, 2019 05:29
-
-
Save anthonycoffey/98040158aad1165832cb503bfe264271 to your computer and use it in GitHub Desktop.
Average Vue Component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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