Skip to content

Commit

Permalink
fix: minor fix [KHCP-8987]
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Oct 17, 2023
1 parent 0378ffb commit 31e6a02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sandbox/pages/SandboxInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@
</KInput>
</SandboxSectionComponent>
<SandboxSectionComponent title="label-tooltip">
<KInput label="Label" />
<KInput label="Label">
<template #label-tooltip>
Brings all the <code>devs</code> to the yard
</template>
</KInput>
</SandboxSectionComponent>
<SandboxTitleComponent
is-subtitle
Expand Down

0 comments on commit 31e6a02

Please sign in to comment.