Skip to content

Commit 2638754

Browse files
committed
update docs
1 parent 2d25189 commit 2638754

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/content/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)