Skip to content

Commit f64be1a

Browse files
author
Chems Eddine Senoussi
authored
Update index page
Corrected a small mistake in the phrase: You can also using scoped-slot to get `params` in template. Using ==> use.
1 parent 9b9dd71 commit f64be1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default {
212212
- Type: `Function`
213213
- Arguments:
214214
- name: `String` - Name of the modal
215-
- params: `?: object` - Any data that you would want to pass into the modal (@before-open event handler will contain `params` in the event). You can also using scoped-slot to get params in template:
215+
- params: `?: object` - Any data that you would want to pass into the modal (@before-open event handler will contain `params` in the event). You can also use scoped-slot to get `params` in template:
216216

217217
```html
218218
<template v-slot="{ params }">

0 commit comments

Comments
 (0)