I have a list of buttons ...
<button @click="chamaEstilo($event)" :data-el="index" class="buttonEstilo" v-for="(item, index) in filteredList" :key="index" v-if="verificaRestricao(item)" >
{{index}}
</button>
I would like you to print the {{index}}
in the formatting pattern of the HTML tags for components, that is, if I send a string with the fontSize value it should print font-size and so for all occurrences of capital letters ...