Removed Loader-demo from router/index.js
This commit is contained in:
parent
02db554ee9
commit
c64c9bb262
1 changed files with 3 additions and 5 deletions
|
|
@ -2,9 +2,7 @@
|
|||
<div class="container-fluid container-shadow p-2 rounded-3">
|
||||
<div class="row my-3">
|
||||
<div class="col">
|
||||
<vehicleBanner
|
||||
vehicleImageSrc="https://digitalconsumercms-dev.safelite.com/images/default-source/default-album/blurred-image.jpg?sfvrsn=a6ce3034_3"
|
||||
/>
|
||||
<vehicleBanner ref="vehicleBanner" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row my-4">
|
||||
|
|
@ -28,11 +26,11 @@ export default {
|
|||
name: "App",
|
||||
components: {
|
||||
vehicleBanner
|
||||
//FormField
|
||||
//VueGoogleAutocomplete
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.$refs.vehicleBanner.initializeComponent({GenericVehicleImage: 'https://digitalconsumercms-dev.safelite.com/images/default-source/default-album/blurred-image.jpg?sfvrsn=a6ce3034_3'});
|
||||
|
||||
let self = this;
|
||||
|
||||
this.$loadScript("https://maps.googleapis.com/maps/api/js?key=AIzaSyDptGCkOPgN2uWJOy4ou4M33phRD4MAoJo&libraries=places")
|
||||
|
|
|
|||
Loading…
Reference in a new issue