File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export default {
135
135
<button @click =" showModal = true" >Launch</button >
136
136
```
137
137
138
- ### ** Open modal by ` name ` **
138
+ ### ** Open modal with API **
139
139
140
140
``` html
141
141
<vue-final-modal v-model =" showModal" name =" example" >
@@ -149,7 +149,7 @@ this.$vfm.show('example')
149
149
150
150
## ** API**
151
151
152
- Plugin API can be called within any component through ` this.$vfm `
152
+ Plugin API can be called within any component through ` this.$vfm ` .
153
153
154
154
### ` $vfm.openedModals `
155
155
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ export default {
151
151
<button @click =" showModal = true" >Launch</button >
152
152
```
153
153
154
- ### ** Open modal by ` name ` **
154
+ ### ** Open modal with API **
155
155
156
156
``` html
157
157
<vue-final-modal v-model =" showModal" name =" example" >
You can’t perform that action at this time.
0 commit comments