I am trying to display the following array in the view section without braces and quotations. Currently, it is showing with exact array containing braces and quotations.
Array ["WHATSAPP", "2G", "CLIQ"]
Code
<v-col cols="12" md="4" class="d-flex">
<v-chip color="#fff" label>
<v-icon left> mdi-information-outline </v-icon>Activation
Not Allowed
</v-chip>
<v-chip label>
{{ definitionObj.actnotallow }}
</v-chip>
</v-col>
How it is currently printed
https://i.sstatic.net/ERdX3.png
How I want it to be printed
WHATSAPP, 2G, CLIQ