We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc6e3e commit d5327eaCopy full SHA for d5327ea
README.md
@@ -80,7 +80,7 @@ The results part emits two events @loading and @select
80
@loading is triggered when Google API is requested.
81
@select is triggered when a prediction is selected it send an object with datas about the location
82
83
-## Template
+## Template and slot
84
85
In order to be more flexbile, you are able to make your own results template with `slot-scope`
86
This template is accessible via the `results` slot
@@ -95,6 +95,8 @@ props = {
95
}
96
```
97
98
+Also two slots are available before and after the input `beforeInput` `afterInput`
99
+
100
## Examples
101
102
The following example show how you can adapt this plugin with the Bulma dropdown markup.
0 commit comments