how to set up a computed var in Vue to change the vue-bootstrap badge variant color
I am attempting to set up a computed var in Vue to set the variant of a bootstrap badge tag <b-badge> depending on data being returned from a JSON file. So far, I set up the response returned from the JSON file to be passed to an array called configData. I then set up the… Read More how to set up a computed var in Vue to change the vue-bootstrap badge variant color