vue-gallery icon indicating copy to clipboard operation
vue-gallery copied to clipboard

local images path not working

Open nothinghalosix opened this issue 2 years ago β€’ 0 comments

i try few path variants. my image folder is assets/images/products/wiener-linien-verlaengerung/RL-U1-7448.jpg

in the inspector: GET http://localhost:8080/assets/images/products/wiener-linien-verlaengerung/RL-U1-7448.jpg 404 (Not Found)

data() { return { allImages: { 1: { imgsArr: [ 'assets/images/products/wiener-linien-verlaengerung/RL-U1-7448.jpg', 'https://dummyimage.com/1500/575757/ffffff&text=gallery-1+2' ], index: null }, 2: { imgsArr: [ 'https://dummyimage.com/1500/608566/ffffff&text=gallery-2+1', 'https://dummyimage.com/1500/608566/ffffff&text=gallery-2+2' ], index: null } } } }

nothinghalosix avatar Oct 04 '22 12:10 nothinghalosix