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