You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 58 of the Button.vue component, replace >{{ tooltip }}</span> with v-html="tooltip"></span> to allow HTML parsing and therefore add multiline support.
The text was updated successfully, but these errors were encountered:
On line 58 of the
Button.vue
component, replace>{{ tooltip }}</span>
withv-html="tooltip"></span>
to allow HTML parsing and therefore add multiline support.The text was updated successfully, but these errors were encountered: