Why does the PrimeVue tooltip have a graphical error?

51 Views Asked by At

After upgrading to [email protected], all tooltips have a graphical error in front of them: enter image description here

The code associated with this button is:

<Button class="p-panel-header-icon p-link mr-2" @click="toggle_account_dialog" v-tooltip.left="'Add Datasource Account'">

What might be causing this?

0

There are 0 best solutions below