Skip to content

Instantly share code, notes, and snippets.

@isaacssemugenyi
Created June 5, 2021 10:12
Show Gist options
  • Save isaacssemugenyi/62d4025ae82f97cf42d614805f0a6f38 to your computer and use it in GitHub Desktop.
Save isaacssemugenyi/62d4025ae82f97cf42d614805f0a6f38 to your computer and use it in GitHub Desktop.
Style section of the component with simple style of color red, to display errors in red
</script>
<style scoped>
.errors {
color: red;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment