The v-tooltip
component is useful for conveying information when a user hovers over an element. You can also programmatically control the display of tooltips through a v-model
. When activated, tooltips display a text label identifying an element, such as a description of its function.
In order for v-tooltip
to be positioned correctly a position prop ( top
| bottom
| left
| right
) is required
간단한 예재부터 복잡한 예제까지 아래를 참고해서 앱 개발을 시작해 보세요.
A tooltip can be aligned to any of the four sides of the activator element
툴팁의 표시여부는 v-model
을 이용해 프로그램적으로 바꿀 수 있습니다.
Caught a mistake or want to contribute to the documentation?
Edit Layout
on GitHub!