Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
-2 votes
0 answers
22 views

I'm encountering a difference in IntelliJ IDEA's behavior between pure Vue and Nuxt projects regarding the CSS class .router-link-active. In a pure Vue project using <RouterLink>, IDEA correctly ...
Halogly's user avatar
0 votes
0 answers
35 views

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=&...
yyqf's user avatar
  • 13
-5 votes
0 answers
41 views

I’m upgrading a legacy Vue 2 + Vuetify 2 application to Vue 3 + Vuetify 3. The migration is causing many design and component changes, so I keep needing custom classes and manual fixes just to ...
Raja Sharjeel's user avatar
0 votes
2 answers
42 views

Debounce not working properly in Vue 3 input field watch(searchQuery, (newVal) => { debounceFetch(newVal) }) function debounceFetch(val) { setTimeout(() => { fetchData(val) }, 500) }
user26887079's user avatar
0 votes
0 answers
43 views

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. However, when I trigger .abort(), the ai....
Curio's user avatar
  • 1,415
0 votes
1 answer
97 views

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 requests ...
Curio's user avatar
  • 1,415
-1 votes
0 answers
53 views

I have a minimal Vue 3 application created using npm create vue@latest. The application contains a simple App.vue file with the following contents: <script> export default { data: function(...
user32882's user avatar
  • 6,135
2 votes
1 answer
126 views

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 ...
GS_tlayle's user avatar
Tooling
1 vote
1 replies
83 views

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 ...
user26951052's user avatar
3 votes
0 answers
74 views

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 ...
BbMajor's user avatar
  • 33
-1 votes
0 answers
48 views

My /index.html simply tries to load fontawesome located in /public/fonts/<url> <!DOCTYPE html> <html lang=""> <head> <meta charset="UTF-8"> &...
Player_X_YT's user avatar
0 votes
0 answers
60 views

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 ...
Fijjit's user avatar
  • 1,547
0 votes
0 answers
56 views

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 (...
Chris's user avatar
  • 419
1 vote
1 answer
78 views

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 ...
SK19's user avatar
  • 306
3 votes
1 answer
56 views

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, getLocalTimeZone ...
m477h145h3rm53n's user avatar

15 30 50 per page
1
2 3 4 5
7200