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 {
135135<button @click =" showModal = true" >Launch</button >
136136```
137137
138- ### ** Open modal by ` name ` **
138+ ### ** Open modal with API **
139139
140140``` html
141141<vue-final-modal v-model =" showModal" name =" example" >
@@ -149,7 +149,7 @@ this.$vfm.show('example')
149149
150150## ** API**
151151
152- Plugin API can be called within any component through ` this.$vfm `
152+ Plugin API can be called within any component through ` this.$vfm ` .
153153
154154### ` $vfm.openedModals `
155155
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ export default {
151151<button @click =" showModal = true" >Launch</button >
152152```
153153
154- ### ** Open modal by ` name ` **
154+ ### ** Open modal with API **
155155
156156``` html
157157<vue-final-modal v-model =" showModal" name =" example" >
You can’t perform that action at this time.
0 commit comments