[Vuejs]-Load tooltip text dynamically

1👍

You can just use your method inside of the q-tooltip tags to set text. I don’t see any problem with that:

<q-tooltip>
   {{ tooltipIcon(item.type_item) }}
</q-tooltip>
👤Serg

Leave a comment