Skip to main content
Stack Overflow for Teams is now Stack Internal: See how we’re powering the human intelligence layer of enterprise AI. Read more >
Filter by
Sorted by
Tagged with
1 vote
0 answers
81 views

I'm writing a shared ESLint configuration for my own project. One of the configurations for the JS project is: import js from '@eslint/js'; import { defineConfig } from 'eslint/config'; import ...
lai9fox's user avatar
  • 79
0 votes
1 answer
41 views

I have a custom theme color I would like to use in my CSS. I want to change the text and icon color in an element based on whether the mouse is hovering over it and couldn't get v-hover to work ...
Jason's user avatar
  • 81
0 votes
0 answers
49 views

I have a page roughly layouted like this: (simplified to showcase the problem) // PageContent.vue <script setup> const props = defineProps({ data: Object }); const chapters = ref(null); function ...
Kenten Fina's user avatar
0 votes
1 answer
195 views

Is it possible at all to set up a DataTable in PrimeVue where rowGroupMode is set to rowspan and groupRowsBy is done on multiple columns? For example: Time and User always span the same number of ...
Nicola Zilio's user avatar
0 votes
1 answer
41 views

So having a look at the documentation we see that when a Vuetify Datepicker component raises the update:modelValue event it passes a value of type [unknown]. My own component is working with Date | ...
baitendbidz's user avatar
  • 1,009
0 votes
1 answer
51 views

I have a Vue 3 application using Tailwind 3. If I have an element directly on the page, the sizing rules are applied without issues. Here's a vue file to illustrate: <div class="w-48 h-[...
BoundForGlory's user avatar
0 votes
1 answer
70 views

I am using Vue 3.5.13 and I have this computed list: const entries = computed<Entry[]>(() => { const elements = model.value.elements; return elements.map((element, index) => { ...
Jonas's user avatar
  • 19
-2 votes
1 answer
73 views

I'm not able to use the date module in my CMS because of the historic dates (many are before the common era), I want to use numbers (this provides me with a correct sorting of the items); so when I ...
Keston Pollard's user avatar
4 votes
0 answers
235 views

I'm working on a Nuxt 4 project and sometimes, after I update a file, J got the following error in the browser console: Uncaught (in promise) SyntaxError: Identifier 'validate' has already been ...
Jean François Manatane's user avatar
0 votes
0 answers
33 views

I'm trying to wrap the Suspense component and have the resolve event handler fallthrough. Demo App.vue: <script setup> import SuspenseCustom from './components/SuspenseCustom.vue'; import ...
hekevintran's user avatar
  • 23.8k
0 votes
2 answers
51 views

In a TypeScript-based vue.js 3 app, some values are provided as part of the initialization. Those values are automatically set to the props variable by vue.js. As those values can be updated by an ...
alik's user avatar
  • 2,383
0 votes
0 answers
102 views

Is there a tutorial about how to use Web Components in a Nuxt app? I am trying to include one in my app. First, I created a Vue app and figured out how to use it there and I got it working perfectly. ...
Paulie's user avatar
  • 2,512
1 vote
0 answers
45 views

I’m hosting a Vue.js single-page application using history mode routing. The app’s static assets (JavaScript, CSS, images) are stored on DigitalOcean Spaces CDN, with the Vue app’s publicPath ...
Jacob Nolan's user avatar
0 votes
0 answers
35 views

I have a page rendered using Vue, as part of an SPA app. In that page there is a header with an id element, but if I try to navigate to it, either as direct URL or a link in the page then no ...
Andre M's user avatar
  • 7,718
1 vote
1 answer
43 views

I have standard v-for like so (using BootstrapVue): <b-col v-for="(card, index) in cards" :key="index" cols="4"> <b-button> Click Me! &...
Jason Anderson's user avatar
0 votes
2 answers
89 views

I am not sure if this is possible or not but I am receiving an element from the backend and I am trying to modify it to convert a word to a link. This is all in Vue3/Typescript. Example of backend ...
Joey's user avatar
  • 1,896
1 vote
4 answers
165 views

I am trying to access the raw content of the default slot in Vue.js (3.5). However all I seem to be able to access, no matter what method I try, is the content all compressed into a single line. I ...
Majenko's user avatar
  • 1,869
1 vote
1 answer
50 views

Need to provide the HTML5 mode for Vue frontend and Express backend. Client: import { createApp as createVueApplication } from "vue"; import { createRouter, createWebHistory, type ...
Takeshi Tokugawa YD's user avatar
1 vote
1 answer
60 views

I have a page that inherits from a base template (GuestLayout) GuestLayout <script> import Toast from '../Components/Toast.vue' export default { components: { Toast }, data()...
Ohranj's user avatar
  • 13
0 votes
2 answers
58 views

Have some SVG icons and I want to change the icons with default (Ant Vue Design Tree) Icons. This is my code I am using tailwind and TypeScript, Vue.js and this is a component that will show in App....
Abolfazl Soheilyfar's user avatar
0 votes
0 answers
36 views

I am using Vue 2 in my application, and the TRichSelect component from the VueTailwind library is not reactive when I populate the v-model variable through an internal function. It works correctly ...
Eriberto Zaccara's user avatar
0 votes
0 answers
55 views

I'm building a Vue 3 application using Vite and targeting LG webOS Smart TVs (version 6.0 and higher, tested on webOS 22). I want to support both modern browsers (via ES modules) and older engines by ...
kotaine's user avatar
  • 11
0 votes
1 answer
34 views

I have a list of items each with a name and numerical ID. Each one I want to render as a component with a link to a page for that item. This requires me to have a <router-link> tag. I cannot ...
nxe's user avatar
  • 281
0 votes
0 answers
35 views

I've built a website with Vue (a Vue/Vite project), and while I was developing, I encountered no issues with how the images were displayed. However, upon deployment to both Vercel and Github Pages, ...
redBread's user avatar
0 votes
3 answers
118 views

I am working on an ASP.NET project that uses Vue.js and jQuery. I have a JavaScript file (fields.js) that defines several classes (e.g., Users, Fields) and initializes a Vue instance. When I use the ...
kev's user avatar
  • 139
1 vote
1 answer
130 views

I'm using @plugin "@iconify/tailwind4"; in my Vue.js project. This works fine using "static" class names like: <span :class="`icon-[tabler--carrot]`" class="...
Cereal Killer's user avatar
0 votes
1 answer
92 views

Environment: OS: macOS (e.g., Sonoma or Ventura) Browsers tested: Firefox (latest), Chrome (latest) Vue Devtools version: [7.7.7] Vue version: [e.g., Vue 3.4.21] Devtools installation method: Browser ...
Yasin Dehfuli's user avatar
0 votes
1 answer
55 views

I'm working with Vue 3's Composition API, and I’m trying to provide a ref that is part of a reactive object. However, when I inject it in a child component, I get the raw value, not the reactive ref. ...
SajjadLabs's user avatar
0 votes
0 answers
108 views

i want to integrate Zoom call API so users can talk with each other but i don't want to create host my self so if user created the call the user should be the host public function createMeeting($data) ...
Ali Raza's user avatar
0 votes
0 answers
66 views

I am using ion modal with breakpoints so it has handle and I can resize it. Good State #1 Good State #2 Here in this picture you can see the correct thing: And also when I click submit it is correct ...
Peter Plevko's user avatar
0 votes
0 answers
37 views

I'm trying to build an image cropper in Vue using CropperJS. The cropper UI appears as expected, and the image loads and displays correctly. The issue I'm running into is that the preview isn't ...
666Jonah666's user avatar
0 votes
1 answer
315 views

I am using the TreeTable component of the PrimeVue library. In the example from the documentation (https://primevue.org/treetable/#filter ) the filters are initialized with: const filters = ref({}); ...
zelite's user avatar
  • 1,535
0 votes
1 answer
56 views

I have "inherited" a piece of code from a chat application. I would like to add some custom checks on the user input upon submission, allowing the submit to be aborted on client side if ...
Xosted's user avatar
  • 331
0 votes
1 answer
51 views

I believe a Nuxt.js (Vue.js) web app with Firebase is correctly set up, as I'm able to log in with Firebase/Apple using signInWithPopup. I have properly set my custom domain in the Auth domain ...
Robert Brax's user avatar
  • 7,488
0 votes
0 answers
71 views

I have a Nuxt 3 app where I use useStorage to persist some json data. Right now I have a Nitro plugin that runs on startup and loads the data from an external API, like this: import { ...
Alex's user avatar
  • 60
0 votes
3 answers
119 views

I have bootstrapped a NPM package using npm create vite@latest and am having trouble with getting it to generate the index.d.ts file. In my package.json I have my build script as vue-tsc -p tsconfig....
flying_loaf_3's user avatar
0 votes
2 answers
78 views

I'm trying to fix a WCAG accessibility issue flagged by tools like axe/lighthouse: Search functionality must be placed within a landmark region input.v-input The input is wrapped in a div with role=&...
aaabell's user avatar
  • 81
0 votes
3 answers
51 views

in Vue, I would like to fill a slot with a dynamic component, but this does not seem to work. I have the following BaseIcon element <template> <svg> <g> <slot /> ...
Nicola Zilio's user avatar
-1 votes
1 answer
107 views

I cannot for the life of me figure out why this PDF won't display. I'm using fpdf2 to create a PDF that looks good when saving it from the Python script. However, something must be going wrong when ...
Joe's user avatar
  • 21
0 votes
1 answer
160 views

I'm new to Vue and Cropper.js, and I'm working on a project where I let users upload and crop their avatar. The problem is that the image inside the cropper appears extremely small (sometimes like ...
666Jonah666's user avatar
0 votes
1 answer
181 views

I'm encountering issue with Element UI after migrating from vue 2 to vue 3 the clearable attribute doesn't work anymore for el tags like el-select, el-input. <el-input v-model="searchForm....
mor's user avatar
  • 81
0 votes
0 answers
89 views

I'm using nuxt-umami in a Nuxt 3 app. It works perfectly on localhost — I see network requests to /api/send. But on production, no requests are made, and I see this error in the console: [UMAMI]: Your ...
Neha Soni's user avatar
  • 4,762
2 votes
1 answer
54 views

I got a class, that was defined in the same Component File, but out of scope for the data, that i am exporting. I'd like to simply call the function, that was defined inside the "export default&...
Tyralcori's user avatar
  • 1,067
0 votes
0 answers
175 views

I’m using Valibot for schema validation in my Vue3/Nuxt3 app. I currently validate my form like this: function validateForm() { try { const result = v.parse(schema, { title, description, ...
Przemek Baj's user avatar
0 votes
0 answers
68 views

i'm building a Nuxt 3 (Vue 3) app using Vite as the dev server. My app uses dependencies like @solana/web3.js and socket.io-client, which internally depend on eventemitter3. when I run the dev server (...
DavidNzube's user avatar
0 votes
1 answer
60 views

I have a graph with multiple y-axes/x-axes, and currently, ECharts does not allow for different tooltip types between grids. I have three y-axes/grids within one graph, and for the first two, I would ...
Primoz's user avatar
  • 1,534
0 votes
0 answers
56 views

I am developing a project with Vue.js, so to manage sending email through the contact form instead of the backend, I am using Email.js. I followed steps as below: Add an email services Create an ...
Ana's user avatar
  • 117
0 votes
1 answer
122 views

I'm working on a Vue 3 project using Visual Studio Code on Windows 11. Even though I have installed the Vue - Official extension (from Vue) and tried reinstalling it, VS Code keeps showing this error ...
Shreya's user avatar
  • 1
0 votes
1 answer
173 views

I’m using the Nuxt UI <UNavigationMenu> component in my Nuxt 3 app to render a header nav that scrolls to sections via hash links within my pages/index.vue (#about, #products, #news, etc.). ...
BATMAN_2008's user avatar
  • 3,642
2 votes
0 answers
152 views

Currently my Aspire AppHost looks like this var cache = builder.AddRedis("cache"); // Add Key Vault access var keyVaultUri = builder.Configuration["KeyVault:Uri"]; if (string....
Robert Davis's user avatar
  • 2,285