I want to set a attribute into an element , for example: if attributeA is true that <div :[attribute]="attributeA"></div>, if attributeA is flase that <div></div> . Cause the element I want to do this has many other attributes, so I don't want to use v-if or v-show