coreui/coreui-vue

v-c-tooltip not working in looping iteration

jugol-kumar opened this issue · 1 comments

<tr v-for="item in data" :key="qut.id">
          <td>
              <a v-c-tooltip="item.name"  :href="item.url">{{ item.url }}</a>
           </td>
   </tr>

when i will render v-c-tooltip, this is just working this tooltip first row. i want to show this tooltip all iteration row. so how can i solve this problem. please help me https://github.com/everyone;

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions