-
New Jan 6, 2025
Inserting a react app into a DIV in a traditional LAMP based website
Using vite, I did a npm run build for my mini react app. It created a dist folder containing index.html page with the assets folder. But I want the <div id="root"></div> from m...
-
New Jan 5, 2025
Vue multi date picker
I need to use three types of calendarsāJalali, Hijri, and Gregorianāin my project. Currently, I'm using this package (https://talkhabi.githu...
-
New Jan 5, 2025
Spin the wheel and stop at specific sector?
I'm trying to create a wheelspin component in Vue.js but I have absolutely no clue on how to detect on what sector is currently indicator pointing at. And how to stop at specific index after the spin...
-
New Jan 5, 2025
Disable scrolling. Overflow:hidden not working
i need help figuring out how to disable scrolling when vue easy lightbox is open. nothing ive tried works. overflow: hidden doesnt work i have tried adding :scrollDisabled="true" . still no...
-
New Jan 4, 2025
single pages doesn't work when i moved them to app component
since i moved my navlist to app.component , pages stopped working and nothing happens when i click on them im trying to learn vue step by step and this happend when i moved ul from body to template...
-
New Jan 4, 2025
Pinia types not working in nuxt3 with auto imports
So I have installed pinia inside nuxt3 project and declared it in nuxt.config.js as modules: ["@pinia/nuxt"] And auto importing works, but auto imported stores and their exported state do...
-
New Jan 4, 2025
VueJS 3, what causes TypeError: currentRenderingInstance is null
I am looking to integrate a map into an existing vue3 project. Using the getting started page of vue3-openlayers: https://vue3openlayers.netlify.app/get-started.html I get a component that loo...
-
New Jan 5, 2025
Vue 2 to 3 upgrade: simplifying checkbox question component
I have a checkbox form question component I made in Vue 2 and i'm migrating to Vue 3 so want to simplify it as much as possible and make sure i've taken advantage of all the new feature of Vue 3....
-
New Jan 3, 2025
WithDefaults() + defineProps() generates props with type any in .d.ts file
When I use this syntax : const props = withDefaults(defineProps<OrionAlertProps>(), OrionAlertSetupService.defaultProps); in my .d.ts corresponding file I get: import type { OrionAlertEmit...
-
New Jan 3, 2025
PrimeVue DataTable Lazy Loading not working with API calls
I'm implementing lazy loading with virtual scrolling in a PrimeVue DataTable. The data should be dynamically fetched from an API as the user scrolls. While the initial data fetch (first 25 ac...
-
New Jan 3, 2025
How to integrate vue 3 project created with npm create vue@latest into CodeIgniter 4
I am trying to integrate a vue 3 project into CodeIgniter 4, so that each View in Codeigniter 4 app/View folder will point to the corresponding view files in .src/views. I created the vue 3 project n...
-
New Jan 3, 2025
Is `key` still necessary on `v-for` when nested in `v-once`?
I'm using Vue 3. And I have a piece of code like this <div v-once> <div v-for="hour in [...Array(25)].map((_, i) => i)">{{ `0${hour}:00`.slice(-5) }}</div> &l...
-
New Jan 3, 2025
Getting an Error on a brand new Quasar build "TypeError: importTransformation is not a function"
This is the first time that I'm getting an error when I'm starting a brand new Quasar project. I think it started after I upgraded Quasar to 2.17.5. Getting an error called: "TypeError: im...
-
New Jan 3, 2025
I dont have VueRouter or Router from 'vue-router' [closed]
I dont know how to make a web router in vue because im a beginner, so in every tutorial, i see that they import router or vuerouter from 'vue-router' What i've already tried? i ran npm install vue-...
-
New Dec 31, 2024
Nuxt i18n: Failed to resolve import ālocales/en.jsonā (Does the file exist?)
Description: Iām facing an issue while setting up the @nuxtjs/i18n module in my Nuxt 3 project. When I run the application, I get the following error: Failed to resolve import &qu...
-
New Jan 1, 2025
Vuetify 3 Issue Clearing Styles on unmount
Good Day, I am running into an issue with Vuetify 3 styling in a dashboard that I'm working on. The particular issue is that when I go to a Vue 3 / vuetify 3 page the styling is loading up fine but...
-
New Dec 31, 2024
How are cascading router-view elements handled?
TL;DR: how are the priorities of Vue routes (global vs child) calculated? Quasar is a Vue framework that can bootstrap applications. I am trying to follow its suggested structure but I am not sur...
-
New Jan 4, 2025
Convert a uploaded audio chunk to be playable in server
I have a hour long audio streamed to backend with websockets. I need to start transcribing the audio and give back response in near realtime. atleast prevent users from waiting an hr long before ch...
-
New Jan 1, 2025
Is it possible to use v-slot in a single file component?
I'm using vue3 ComponentA.vue <template> <slot name="label"></slot> <slot></slot> </template> Simply using a template will work. <template> &...
-
New Dec 30, 2024
Route parameter for modal dialog using unplugin-vue-router
I'd like to create modal dialog pop-up window with it's own url. Having table of server items I'd like to open one item and trigger pop-up with it's own url with fetched server item details. The po...
-
New Dec 30, 2024
Why is Vue not acting reactive (Vue 3, Electron)
Electron app with Vue 3. Ubuntu 24.04 Chrome/98.0.4758.141 Electron/17.4.7 node v23.5.0 @vue/cli 5.0.8 vue@3.5.13 It reads a file from local disk and loads it into a reactive variable in Vue 3 so I ca...
-
New Dec 29, 2024
How to Prevent Overlap Between Absolute Positioned Bottom Section and Scrollable Content in Vue Dialog [closed]
I am working on a Vue application where I use a dialog (el-dialog from Element Plus) to display a form. The form has two main sections: Scrollable content at the top (UnitConversion and other fie...
-
New Dec 29, 2024
PrimeVue DataTable - Get array results after filter is applied
I am using Vue via via CDN to add progressive reactivity to a few pages in an existing website. I have found the PrimeView DataTable which seems very capable and offers comprehensive filter fu...
-
New Dec 29, 2024
How to draw HTML using vue 3 corresponding to every item in an array?
I'm trying to use Vue for the first time and I want to render HTML for each item in an array. Specifically, whenever a new item is added to the array, I would like the HTML to be updated ac...
-
New Dec 29, 2024
How to have lastpass work with my website's registration page? [closed]
LastPass on my website's registration page is not acknowledging the email field. <form @submit.prevent="registerUser"> <input v-model="email" id="email&qu...
-
New Dec 28, 2024
Laravel Sanctum and Nuxt Auth Utils
I've started project with Laravel and Nuxt3. But I can't use nuxt-auth-utils with sanctum. It doesn't work. I try login, laravel return token then it processes another request - https://ecom...
-
New Dec 28, 2024
Fastify CORS problem using Nginx as reverse proxy
I am using Nginx as a reverse proxy to forward http requests from a VueJS 3 frontend app to a Fastify backend server. During development, I run Vite serving the frontend on localhost:3001 and Fa...
-
New Dec 28, 2024
Vue Plugin via CDN: "Cannot read properties of undefined (reading 'ref')" Error
I am building a Vue plugin that works fine when installed via npm but throws an error when imported dynamically via a CDN:Uncaught (in promise) TypeError: Cannot read properties of undefined (reading...
-
New Dec 28, 2024
pnpm and npm cannnot start a vite server nor install package, with error code 3221225477
The problem is that it do it's job flawlessly yesterday, and somehow don't work now. The only possible relevance in the process is a python backend server I tested, which did not use the same port an...
-
New Dec 28, 2024
How to Add HTML Attribute Type with Autocomplete to Vue Props?
Here I'm trying to create a 'type' props with values of HTML input type but it's of type string. Is there a way to do that except of creating enum by myself? (property) HTMLInput...