Vuetify

商店

企业版

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!