Skip to content

Commit

Permalink
docs(v-tooltip-directive): fix options api example
Browse files Browse the repository at this point in the history
fixes #19860
  • Loading branch information
MajesticPotatoe authored May 22, 2024
1 parent 801e616 commit 828459d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<script>
export default {
data: () => ({
text: 'Tooltip',
scrollStrategy: 'block',
tooltip: {
text: 'Tooltip',
scrollStrategy: 'block',
},
}),
}
</script>

0 comments on commit 828459d

Please sign in to comment.