The v-click-outside
directive calls a function when something outside of the target element is clicked on. This is used internally by components like v-menu
and v-dialog
.
The v-click-outside
directive allows you to provide a handler to be invoked when the user clicks outside of the target element.
간단한 예재부터 복잡한 예제까지 아래를 참고해서 앱 개발을 시작해 보세요.
Optionally provide a closeOnOutsideClick
handler that returns true
or false
. This function determines whether the outside click function is invoked or not.
더 읽을 준비 되었나요? 그렇다면 아래 설명서를 더 읽어보세요!
Caught a mistake or want to contribute to the documentation?
Edit Layout
on GitHub!