Add gallery to app
This commit is contained in:
5
resources/js/app.js
vendored
5
resources/js/app.js
vendored
@@ -51,8 +51,8 @@ Vue.use(CardPlugin);
|
||||
import { BButton } from 'bootstrap-vue'
|
||||
Vue.component('b-button', BButton);
|
||||
|
||||
import VueGallerySlideshow from 'vue-gallery-slideshow';
|
||||
Vue.use(VueGallerySlideshow);
|
||||
import VuePictureSwipe from 'vue-picture-swipe';
|
||||
Vue.component('vue-picture-swipe', VuePictureSwipe);
|
||||
|
||||
//(function () {
|
||||
var app = new Vue({
|
||||
@@ -103,7 +103,6 @@ Vue.use(VueGallerySlideshow);
|
||||
}
|
||||
},
|
||||
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