Skip to content

Instantly share code, notes, and snippets.

@fredyfx
Created October 4, 2018 23:54
Show Gist options
  • Save fredyfx/1f423180c3b708009f4caa093164b777 to your computer and use it in GitHub Desktop.
Save fredyfx/1f423180c3b708009f4caa093164b777 to your computer and use it in GitHub Desktop.
How to bind style on condition for Vue-js
v-bind:style="[ errors.has('fieldHTMLElementName') ? {'color': '#f13347'} : {'color': '#000'} ]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment