Little changes to make thumb
This commit is contained in:
4
resources/js/app.js
vendored
4
resources/js/app.js
vendored
@@ -51,6 +51,9 @@ Vue.use(CardPlugin);
|
||||
import { BButton } from 'bootstrap-vue'
|
||||
Vue.component('b-button', BButton);
|
||||
|
||||
import VueGallerySlideshow from 'vue-gallery-slideshow';
|
||||
Vue.use(VueGallerySlideshow);
|
||||
|
||||
//(function () {
|
||||
var app = new Vue({
|
||||
el: '#app',
|
||||
@@ -100,6 +103,7 @@ Vue.component('b-button', BButton);
|
||||
}
|
||||
},
|
||||
series: { "temperature" : [], "humidity" : [], "pressure": [] },
|
||||
images: { "images-0": {'/upload/images/camera.jpg'}, "images-1": {}, "images-2": {} }
|
||||
},
|
||||
mounted: function () {
|
||||
console.log('MOUNTED');
|
||||
|
||||
Reference in New Issue
Block a user