I would like to manage a case in js view. I have a list of employees who arrive in a department and also leave the department. My list returns me 3 objects (ent
I'm trying to use VuePlyr in Nuxt 2. Right now I have it working as a plugin /plugins/vue-plyr.js, import Vue from 'vue' import VuePlyr from '@skjnldsv/vue-plyr
I am trying to add custom emoji set to vue-emoji-picker based https://codepen.io/DCzajkowski/pen/gObWjEQ I have implemented this with partial success. I get eve
I have 2 different components in my Vuejs/Nuxtjs application: pages/Create.vue and pages/Design.vue. I have the stylesheet assets/css/styles.css. Within the sty
I have installed vuelidate 2 to validate forms in my NuxtJS project. I followed instructions for installation and setup according to vuelidate documentation. Th
I have a v-for loop, and I wanna make background: red; by adding a class. But when I click my action button it coloring all indexes. My goal is if I have 3 elem
I have a computed property based on some nested object properties. When the object gets changed, the computed property seems to update (In vu
I'm having a firstName and a lastName value inside my state that I need to get from my select to make an API call. But when I try to get the value of the firstN
I am building Vue3 project with Vite and I am using Vite build.outDir option to build the project outside of the Vue3 app root. This is my project structure, wh
I'm trying to append multiple vuejs components with jquery ajax, but it's not working. It all works fine, until response returns more than one component, or com
I have a very specific question if anyone knows how to do that. I am using a v-data-table component and fill the data with a json retrieved from backend with :i
I am using the Vue framework in combination to create a frontend showing a map --> vue2-leaflet Inside a GET request using axios i want to set the data for a
I would like to use the AWS Amplify Authenticator in a js vue2 app. The manual that I used can be found here: https://github.com/aws-amplify/amplify-ui/tree/leg
EDIT AND SOLVED: I've found the origin of the problem: I thought arr.slice returned the new array but, actually, it returns the deleted element. See the documen
I have an iframe, which takes another page and displays it. However, the content within this iFrame becomes unreadable if I move from a external computer monito
My front end will be connected to great backend later right now it is extremely difficult to test my codes because vuex getters and setters do not cache data. S
Navigating to url: site.com/#locallink 'redirects' to site.com, first time entered in the browser - in other words, does not jump to the anchor. If I simply re-
I have basic problem, but i don't know, how to solve it. I am using Twig templates, where SwiperJS is installed via npm. I import all Swiper dependencies which
After reading the XState documentation I followed the Reddit sample found at the official guide, here: https://xstate.js.org/docs/tutorials/reddit.html I was tr
I am trying to use the same form for create and update. Everything is working great when I am updating an existing location. It's when I am creating a new locat