Skip to content

Commit 8a9d613

Browse files
authored
fix(docs): align example with other examples
1 parent 909aef8 commit 8a9d613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/en/guide/events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version: 2
1515
```vue
1616
<template>
1717
<div>
18-
<v-modal
18+
<vue-final-modal
1919
v-model="showModal"
2020
@click-outside="clickOutside"
2121
@before-open="beforeOpen"
@@ -27,7 +27,7 @@ version: 2
2727
<template v-slot:title>Events Example!</template>
2828
</v-modal>
2929
<v-button highlight @click="showModal = true">Open modal</v-button>
30-
</div>
30+
</vue-final-modal>
3131
</template>
3232
```
3333

@@ -114,4 +114,4 @@ Emits on resize move.
114114

115115
## `@resize:end`
116116

117-
Emits on resize end.
117+
Emits on resize end.

0 commit comments

Comments
 (0)