Skip to content

Commit d5327ea

Browse files
committed
add readme
1 parent 4fc6e3e commit d5327ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The results part emits two events @loading and @select
8080
@loading is triggered when Google API is requested.
8181
@select is triggered when a prediction is selected it send an object with datas about the location
8282

83-
## Template
83+
## Template and slot
8484

8585
In order to be more flexbile, you are able to make your own results template with `slot-scope`
8686
This template is accessible via the `results` slot
@@ -95,6 +95,8 @@ props = {
9595
}
9696
```
9797

98+
Also two slots are available before and after the input `beforeInput` `afterInput`
99+
98100
## Examples
99101

100102
The following example show how you can adapt this plugin with the Bulma dropdown markup.

0 commit comments

Comments
 (0)