Closed xiCO2k closed 3 years ago
Add support to have an arrow modifier like v-tippy.arrow and it will be the same of v-tippy="{ arrow: true }".
v-tippy.arrow
v-tippy="{ arrow: true }"
It also support the placement modifier with the arrow one like v-tippy.right.arrow.
v-tippy.right.arrow
Add support to have an arrow modifier like
v-tippy.arrow
and it will be the same ofv-tippy="{ arrow: true }"
.It also support the placement modifier with the arrow one like
v-tippy.right.arrow
.