We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909aef8 commit 8a9d613Copy full SHA for 8a9d613
docs/content/en/guide/events.md
@@ -15,7 +15,7 @@ version: 2
15
```vue
16
<template>
17
<div>
18
- <v-modal
+ <vue-final-modal
19
v-model="showModal"
20
@click-outside="clickOutside"
21
@before-open="beforeOpen"
@@ -27,7 +27,7 @@ version: 2
27
<template v-slot:title>Events Example!</template>
28
</v-modal>
29
<v-button highlight @click="showModal = true">Open modal</v-button>
30
- </div>
+ </vue-final-modal>
31
</template>
32
```
33
@@ -114,4 +114,4 @@ Emits on resize move.
114
115
## `@resize:end`
116
117
-Emits on resize end.
+Emits on resize end.
0 commit comments