Skip to content
Advertisement

Add CSS to Vue using JavaScript

I am trying to add style to this <label> tag on Vue.

JavaScript

I want that when the onPrimaryPicSelected function is called to add a CSS styling to the <label> tag. How can I do this if it is possible?

Currently the onPrimaryPIcSelected just gets the image that was uploaded.

JavaScript

Advertisement

Answer

You can use a boolean variable if true it will apply your style to the label tag.

JavaScript

then in your function

JavaScript
Advertisement