Lint fixes
parent
d3a3e0fe0e
commit
96f7147db8
|
@ -26,7 +26,7 @@
|
|||
|
||||
<h3>Focus and Blur</h3>
|
||||
<InputText type="text" placeholder="Focus" v-tooltip.bottom.focus="'Enter your username'" />
|
||||
|
||||
|
||||
<h3>Button</h3>
|
||||
<Button type="button" label="Save" icon="pi pi-check" v-tooltip="'Click to proceed'" />
|
||||
</div>
|
||||
|
|
|
@ -22,7 +22,7 @@ directives: {
|
|||
<template v-pre>
|
||||
<InputText type="text" v-tooltip="'Enter your username'" />
|
||||
</template>
|
||||
</CodeHighlight>
|
||||
</CodeHighlight>
|
||||
|
||||
<h3>Positions</h3>
|
||||
<p>There are four choices to position the tooltip, default value is "right" and alternatives are "top", "bottom", "left". Position is specified using a modifier.</p>
|
||||
|
@ -44,7 +44,7 @@ directives: {
|
|||
</CodeHighlight>
|
||||
|
||||
<h3>Modifiers</h3>
|
||||
<p>As seen in positions and event sections, tooltip is configured via modifiers that can be chained. Tooltip below,
|
||||
<p>As seen in positions and event sections, tooltip is configured via modifiers that can be chained. Tooltip below,
|
||||
gets displayed at the top of the input at focus event.
|
||||
</p>
|
||||
<CodeHighlight>
|
||||
|
|
Loading…
Reference in New Issue