Skip to content

Commit

Permalink
fix #333 - error in tooltip doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtil committed Feb 15, 2024
1 parent 2c54766 commit b231030
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/web/views/Components/Tooltip/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
<template #code>
<pre>
&lt;BIMDataTooltip
:text="{{ tooltipText }}"
:maxWidth="{{ tooltipMaxWidth }}"
:position="{{ tooltipPosition }}"
:color="{{ tooltipColor }}"
text="{{ tooltipText }}"
maxWidth="{{ tooltipMaxWidth }}"
position="{{ tooltipPosition }}"
color="{{ tooltipColor }}"
:disabled="{{ tooltipDisabled }}"
&gt;
&lt;span&gt;Hover me&lt;/span&gt;
Expand Down

0 comments on commit b231030

Please sign in to comment.