-
New Jan 21, 2026
Nuxt 3 setting base url for route path cause to a permenant redirect 301
I have a Nuxt 3 project where my base url is /travel and the page for that path is in pages/travel/index.vue Also I have another index.vue file in pages folder like this pages/index.vue In nuxt.conf...
-
New Jan 20, 2026
Trying to test one single function in a vitest test, but entire utils file gets run [closed]
I have a utils/helpers.ts file with a bunch of different functions in it used across our app. We are starting to implement vitest testing, and I want to create an example test using one of our util...
-
New Jan 20, 2026
vue 3 JS unselect all 'selected' options on a form on click
I have several select options inputs on a form. I want to 'unselect' all selected option on the click of a button. jquery has a method for this. $(&...
-
New Jan 17, 2026
Laravel reverb cant /isnt establishing connection to https
I am working on a laravel + vuejs project where in dashboard all data from database is displayed and newly inserted rows/data will come through laravel broadcasting reverb and show them separately. bu...
-
New Jan 13, 2026
Better Auth Plugin Typescript Errors in VueJS
I created a normal VueJS App and try to implement Better Auth Client https://www.better-auth.com/docs/concepts/client The problem is, my linter...
-
New Jan 13, 2026
Keyboard navigation in El-Tree
I am trying to make use of the Vue content library Element Plus, more specifically of its El-Tree component, but I need to make it functional with a keyboard and this has proven more challenging th...
-
New Jan 10, 2026
lazy loading layouts like `vue-router` does with components
I currently have a system whereby I can specify a layout on each route like this: /router/index.ts import Blank from '@/layouts/Blank.vue' import Home from '@/views/Home.vue' imp...
-
New Jan 16, 2026
Computed list not updating correctly when merging reactive and non‑reactive arrays
I am building an activity/notification list in Vue 3 where notifications about documents being viewed/edited/deleted/published by a user at what time, comes from a Laravel backend as do...
-
New Jan 9, 2026
Vue 3 Composition API: Proper way to handle cleanup for recursive AWS S3 Multipart Uploads inside a watchEffect?
I am refactoring a legacy app to Vue 3 (Composition API) using <script setup>. I have a specific requirement where I need to upload large files (5GB+) directly to AWS S3 using pre-signed URL...
-
New Jan 15, 2026
How to get rid of the background inside Vue.js double curly braces (mustache) in Visual Studio Code
Sorry, I really tried, but I can't find the corresponding setting inside the Visual Studio Code settings. After an update, it was just there, and I think it’s ugly and also distracting. To be clear,...
-
New Jan 9, 2026
why does my vue code will cause a memory leak?
<script setup> import { ref, onMounted, onBeforeUnmount, toRefs } from 'vue' const props = defineProps({ sessionUrl: { type: String, required: true }, offerData: { type: Object, re...
-
New Dec 31, 2025
Vuejs3 debugging technique during coding
I am working on vuejs3. I want to know which tool to use to debug my web app when it faces an issue. If some of you know more tools useful to recommend me in this case I will be very happy about it....
-
New Jan 1, 2026
VS Code stuck on "Initializing 'tsconfig.json"
Recently my VS Code seems to have a problem initializing my VueJs workspaces. When a .vue file is open VS Code displays "Initializing 'tsconfig.json'" in the the lower left-hand corner an...
-
New Jan 8, 2026
How would I add a NuxtUI Popover to a fullCalendar event?
I've been using NuxtUI for my UI elements, and I'm using fullCalendar for calendaring things. I want to add a popover that would display some text when hovering over an event (with the popover pr...
-
New Dec 25, 2025
Global styles are being overridden by Vant styles using Nuxt
I'm coding using Nuxt. I'm confused about the global styles import. I using Vant(UI Library) and Sass in my project. I've defined some simple styles in '/assets/styles/main.scss'...
-
New Dec 24, 2025
How to properly access a ref value passed as a prop in a child component? data var only sees initial value
I have a parent component that has a ref variable that is set after a fetch request, and I'm trying to pass it to a child card component that has a little animation that counts up to that number, bu...
-
New Dec 24, 2025
Nuxt js 3 cookies not set in the hosted environment
I have this Nuxt 3 end point // server/api/login.post.ts export default defineEventHandler((event) => { const token = "set by login api"; // Delete all cookies const cookies = p...
-
New Dec 24, 2025
How to configure settings.json for Python, Vue, and Go in Zed editor on Windows?
I use the Zed editor for development on Windows 11, with my main technology stack being Python, Vue (including JavaScript/TypeScript), and Go. I have been trying to configure settings.json myself, bu...
-
New Dec 24, 2025
VUE-PHP navigation in PHPStorm
From PHP you can navigate to VUE component from Inertia call. I have paid Laravel Idea plugin installed. But I can not navigate from VUE component to PHP controller or it's method. In VUE file I have...
-
New Dec 20, 2025
Vite build only transforming 53 modules instead of all Vue pages in Laravel Inertia.js SSR project
Problem I'm working on a Laravel 12 project with Inertia.js, Vue 3, TypeScript, and SSR. When I run npm run build:ssr, Vite only transforms 53 modules and produces a 36KB JavaScript file, even t...
-
New Dec 18, 2025
Nuxt 3 @nuxt/image custom provider with server-side URL signing - how to avoid hydration mismatch and double fetches?
I'm building a Nuxt 3 application using @nuxt/image with a custom provider for imgproxy. Imgproxy requires URLs to be signed using HMAC-SHA256 with a secret key and salt. The Problem I need to si...
-
New Dec 18, 2025
Nuxt hydration problem on simple component
I have simple component: <script setup lang="ts"> import {routes} from '~/service/routes'; </script> <template> <nuxt-link :to="routes....
-
New Dec 16, 2025
HTML img element (or v-img) will not load SVG, request has status 200 but empty response in Dev Tools > Network, No CORS issue and no error in console [duplicate]
I am trying to load an SVG image in a Veutify/Vue web app without embedding the SVG in the project build bundle. I want to loaded the image dynamically at runtime. When referencing the image via th...
-
New Dec 14, 2025
Laravel Vue Inertia delete confirm returning modal with "1" value
I am having trouble with the delete function for my table items. It keeps returning a modal with a value of 1. I have tried many possible solutions I found online, but I still have no luck. Could yo...
-
New Dec 13, 2025
Quasar to stretch full height
I am building a chat view. On mobile devices, i want to span the parent div containing the <q-scroll-area> as big as possible using a column flex container. Unfortunately the q-scoll-ar...
-
New Dec 13, 2025
Fill v-combobox value with an API response
I'm trying to fill a v-combobox values with an array of Object filled by an API call. I tried to fill this v-combobox with :items=myArrayOfObject but it doesn't work and in my console I see "typ...
-
New Dec 9, 2025
Vue 3: Pinia Storage in Router Guards
My goal is to restrict access for authenticated users to the /login and /register routes My Pinia Storage user.js contains user info and computed boolean property isAuthorized, when I am trying...
-
New Jan 20, 2026
Best practice to switch between development and production urls when using Vue/Vite and Django
I want to build a website with Vue/Vite as frontend and Django as a backend. When my frontend needs to get data from the backend I currently do something like this (which works perfectly fine): c...
-
New Dec 1, 2025
Using a prop in an import statement in Vue, using Laravel and Inertia?
I'm trying to dynamically load only specific icons from the lucide-vue-next package in my vue page, however it's not wanting to work. I'm using Laravel 12 (Latest), Vue3 (Latest shipped with La...
-
New Dec 1, 2025
Vuetify v-data-table fixed-header: rows visible behind rounded header when scrolling vertically in Chrome
How can I clip table rows under a header with rounded corners when scrolling? When the table scrolls, the rows slide under the rounded corners of the header. Since the rows have regular (non-roun...