-
New Jun 6, 2026
vue-html2pdf: Line of text is split between pages when generating multi-page PDFs [closed]
I'm using vue-html2pdf v1.8.0 to generate PDF files in a Vue.js application. I'm encountering a page-break issue when the generated PDF contains multiple pages. Problem The last li...
-
New May 31, 2026
How can I apply a 'for' loop for my ASCII pattern for it to be in the X and Y direction when needed?
After a really long time searching, I can't find the logic to apply to this code for it to loop without me needing to type out all of the pattern. It goes in a Y direction but I want it to be in a X...
-
New May 30, 2026
Disable custom button in the fc-header-toolbar with 'disable' in stead of CSS
We have defined a custombutton which is diabled \enabled on a certain value. This is working so far: I'm working with Vue. const updateMyCustomButton = async (): Promise<void> =&g...
-
New May 20, 2026
How to enable live reload on localhost:8000 without a separate dev server
I am developing a custom app in Frappe Framework using Vue.js as the frontend framework. The Vue frontend is connected to an HTML page inside the www folder of Frappe. I have already configured the...
-
New May 28, 2026
Mobile Chrome crash when taking a photo with HTML5 input inside a Vue.js dialog
I am developing a Vue.js web application that involves a photo upload feature. It works perfectly on desktop browsers, but I am encountering a critical issue on Mobile Chrome (Android)....
-
New May 19, 2026
Parametric tests don't seem to play nice with vitest-browser-vue
This is a crosspost I am using Playwright as my provider in the vitest configuration file and chromium as my browser instance. The vitest-browser-vue docs are more or less clear on how to write a si...
-
New Jun 6, 2026
How can I make a Hero section fill the remaining viewport height below a header in Nuxt 4 without breaking when the page grows?
I am currently building a website using Nuxt 4 + Tailwind CSS and I am having a problem with viewport units (dvh, vh) and percentage heights (h-full) inside a Nuxt layout. My layout structure is basic...
-
New Jun 1, 2026
VueJS3 DOM event not forwarded to child component
I am migrating a Vue2 app to Vue3. I am running the compatibility build (vue 3.1.0 with @vue/compat: 3.1.0). I have custom buttons components like this: <template> <butt...
-
New May 7, 2026
How to split locale messages into multiple files with @nuxtjs/i18n
I'm using @nuxtjs/i18n v10.2.1 with Nuxt 4. My i18n/i18n.config.ts has grown large because it contains ~250 country name translations for both German and English. I want to extract the countries int...
-
New Apr 21, 2026
Astro for design system + Vue for interactivity, is this correct approach?
I’m building my first real website, and I’d like some architectural advice. I’m using Astro to build a small design system: buttons, inputs, cards, surfaces, typography, etc, and they look great. I...
-
New Apr 20, 2026
When using the DynamicScroller of vue-virtual-list, there is unexpected gap between sub-list items
Screenshot of actual effect: The abnormal blank space is circled in red。The template and CSS code are as follows: <DynamicScroller :items="msg_list" :min-item-size...
-
New Apr 16, 2026
Debounce not working properly in Vue 3 input field
Debounce not working properly in Vue 3 input field watch(searchQuery, (newVal) => { debounceFetch(newVal) }) function debounceFetch(val) { setTimeout(() => { fetchData(val)...
-
New Apr 7, 2026
@google/genai SDK: ai.files.upload ignores abortSignal and doesn't throw any exception when I try to abort
I am using the official @google/genai SDK in a Vue.js application. I am trying to implement a cancellation mechanism for file uploads using an AbortController...
-
New Apr 9, 2026
@google/genai SDK: Does chat.sendMessage config override the ai.chats.create config?
I am using the official @google/genai SDK in a Vue.js application. My goal is to establish a persistent systemInstruction for a chat session, while retaining the ability to cancel individual request...
-
New Mar 31, 2026
How to create and implement templates that allow for information to be automatically filled in on envelope creation using Docusign API
Problem I’m using the DocuSign eSignature API with composite templates and can’t get prefill (sender-filled) text tabs to populate when creating an envelope. What I’m Doing I built a template...
-
New Apr 16, 2026
How to create button hover animations in Nuxt 4 using GSAP like on https://www.museumofmoney.com/?
I’m working on a project using Nuxt 4 and I want to create button hover animations similar to the ones on Museum of Money. My questions are: How can I structure GSAP animations in Nuxt 4 for buttons...
-
New Mar 21, 2026
Vite shared option 'define' seems to not work as documented on build mode
I have successfully migrated my small app from Vue 2 + Vue-cli to Vue 3 and Vite (8.0.1). There is just one small annoyance I cannot get around. It is related to the Vite shared option 'define'. It se...
-
New May 5, 2026
Vue 3 component's v-html doesn't update after hydration
I am experiencing a strange hydration behaviour in Vue 3 (Nuxt/SSR context). In my component, I have a reactive variable that initialises with a timestamp. On the initial client-side render, the stand...
-
New Mar 6, 2026
Buefy 3.0.4 and nuxt 4 gives me Cannot read properties of undefined (reading '$buefy')
After trying the nuxt-buefy plugin with no successful outcome I tried adding buefy to nuxt using the plugin option. This gives me an server 500 error declaring 'Cannot read properties of undefined...
-
New Mar 4, 2026
How to make cookies work with axios and vue3-cookies?
I have successfully created a session-based, httpOnly-cookie stored authentification process between my Vue3 frontend and Spring Boot backend. Now, since the authentification cookie is httpOnly, I ca...
-
New Jun 6, 2026
Nuxt useFetch does not refetch on URL parameter change
Given this Nuxt example code of the app root component using the Nuxt UI calendar component to handle the current selected day <script setup lang="ts"> import { today, getLocalTimeZo...
-
New Mar 3, 2026
Fullcalendar Vue slot templates
Fullcalendar docs mention only one slot template, "event-content" that can be used to inject Vue via slots. There are also others like day-header-content or day-cell-content, they aren't me...
-
New Mar 1, 2026
Architectural differences between Laravel + Inertia (Vue) and Laravel API + React SPA
I am building a Laravel 11 backend for a job portal application with real-time features and REST APIs. I am deciding between Vue 3 and React 18 for the frontend. Considering ecosystem support, in...
-
New Feb 25, 2026
File download not working in iPhone Safari but works in Chrome [duplicate]
I'm having trouble finding a solution for downloading files on iPhone Safari. The code I shared is the current function in my application. It downloads the file correctly in Google Chrome, but it does...
-
New Feb 24, 2026
Can't get svg markup to render as a data uri in an image source [duplicate]
I am attempting to get the google material symbols loaded into a canvas to download them. This is generally straight forward, except the fill property in the font-variation-settings. This I cannot ge...
-
New Feb 22, 2026
How to correctly react to a promise in Vue/axios
I'm writing a signup form with Vue 3 and use axios to check if a username is already taken. My component looks like this: <script setup> import { ref } from 'vue'; import axios from 'axios'...
-
New Feb 23, 2026
Fluid colums with fixed header element [closed]
I've got a table with table-layout="auto" for autowidth of the columns, and height=400 for the fixed header, but the scroll overflows the header which should not happen. With table-layout=&q...
-
New Feb 12, 2026
How to fix indent not working in TipTap taskItem nodes?
Why doesn't indent work in the taskitem, but after refreshing it works? When I click on the browser's inspect tool and try to set margin-left, the previously set indent takes effect immediately. Wh...