sprintify-ui 0.0.166 → 0.0.168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/sprintify-ui.es.js +2683 -2699
- package/package.json +1 -1
- package/src/components/BaseAddressForm.stories.js +25 -16
- package/src/components/BaseAddressForm.vue +13 -13
- package/src/components/BaseInput.vue +4 -9
package/README.md
CHANGED
|
@@ -236,8 +236,7 @@ app.use(SprintifyUI, {
|
|
|
236
236
|
Add this snipped to your HTML `<head>`. Replace `YOUR_API_KEY` with you API key.
|
|
237
237
|
|
|
238
238
|
```html
|
|
239
|
-
<script defer async src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places"
|
|
240
|
-
></script>
|
|
239
|
+
<script defer async src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&libraries=places"></script>
|
|
241
240
|
```
|
|
242
241
|
|
|
243
242
|
## Using components
|