New to Kendo UI for Vue? Start a free 30-day trial
Visibility
By default, the Dialog is visible.
To control its visibility, use a v-if
and a variable to show or hide the Dialog.
jsx
<k-dialog v-if="visible"/>
The following example demonstrates how to show and hide the Dialog based on its state.
Change Theme
Theme
Loading ...