[Vuejs]-Getting the q-item-label text

0👍

Just modify the q-item-section click method like below:

<q-item-section @click="keyDropDownLabel('Key'+n)">

Leave a comment