title
Description
Optional. Sets a tooltip text with additional info about the controlUsage
title?: string;
Example
<template>
<Button :onclick="onclick" title="Click me and I will do nothing">Click Me</Button>
</template>
Related article: Adding a title
Related sample: Button