Questions tagged [vueperslides]

A touch ready and responsive slideshow / carousel for Vue JS

Home Page: https://antoniandre.github.io/vueper-slides/

GitHub: https://github.com/antoniandre/vueper-slides

5 questions
2
votes
1 answer

Property does not exist on type vuejs pwa data() function

I know this is probably basic, but I can't figure it out. I built a VueJS PWA with the vue-cli 3, everything works, but when I try to serve my app to test, or build for production I always get the error: property '' does not exist on type ''. An…
1
vote
1 answer

Vue.js - How to display pictures in Vueper Slides?

I want to use Vueper Slides in my project - https://antoniandre.github.io/vueper-slides/. I need to import pictures from my database (JSON), but the problem is that pictures cannot be displayed. I tried many things but unsuccessfully. Here is my…
Paersik
  • 31
  • 2
0
votes
1 answer

Image Folder Within dist Not Added To Heroku Website

I've deployed my website using Heroku. I am also using Vueper Slides which needs a variable, which is an array, containing the path to the image. On the live website I noticed that it does not contain the images folder contained in my dist folder.…
0
votes
0 answers

How to import external Vue components from .js file via web URL?

I want to be able to use Vue components distributed over CDN without the need to npm install them - in my single-file Vue components. I do not understand how to import them by URL to compiled component. Example of components I want to import…
0
votes
1 answer

Vue.Js - Import components problem in App.Vue Component

I have a problem with my VUE js project. I use the library VueperSlides and it's run correctly but my problem, is that the slider is imported in the components App.vue and it's displayed. I want to display the slider only in my Slider component. I…