I'm trying to figure out if this is best way to go about conditional rendering of HTML in a v-for with Vuejs. I have several different types of information displayed on "cards" that I'm getting back as json from a DynamoDB instance. Each type of card should have it's own template. The code I have now is:I'm trying to figure out if this is best way to