Answers for "v-if class of other component"

1

vue two v-if class

<a :class="[
           'btn', 
           (respond === 'responseFound' ? 'btn-yellow' : 'btn-default'), 
           (type === 1 ? 'btn-block' : 'btn-xs center-block')
           ]">
Posted by: Guest on April-15-2022

Browse Popular Code Answers by Language