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.
2 parents f2e923d + b9fa2e7 commit 313e53aCopy full SHA for 313e53a
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"
@@ -25,7 +25,7 @@ version: 2
25
@cancel="showModal = false"
26
>
27
<template v-slot:title>Events Example!</template>
28
- </v-modal>
+ </vue-final-modal>
29
<v-button highlight @click="showModal = true">Open modal</v-button>
30
</div>
31
</template>
@@ -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