Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
79 views

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> <button class="...
Score of 3
1 answer
141 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=&...
Score of 0
0 answers
70 views

I am trying to use the date picker from vutify 3. I would like to know when a user has entered a data value. I have tried using things like @click,@submit, v-on, @update on the v-date-input ...
Score of 2
1 answer
52 views

I have this v-dialog component: <v-dialog v-model="dialog" @afterEnter="open"> <template #activator="{ props: activatorProps }"> <...
Advice
0 votes
0 replies
36 views

I’m currently working on a Vue 3 project with composition API where users can create forms that are then rendered and filled out by other users. Right now I’m considering using FormKit Schema for this,...
Score of 0
0 answers
122 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 ...
Score of 1
1 answer
115 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 ...
Score of 1
1 answer
147 views

I'm a newbie at PrimeVue and am stuck on datatable with cell edits. When I click the cell, it doesn't go into edit mode: https://primevue.org/datatable/#cell_edit Here is a block that replicates my ...
Score of 1
1 answer
106 views

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'; ...
Score of 1
2 answers
68 views

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=&...
Score of 0
0 answers
60 views

I'm trying to create a component to display 360 pictures using Vue3.js / Nuxt. I've created a simple component: <template> <div id="viewer"></div> </template> <...
Score of 1
1 answer
98 views

The moment you use generic components with the new composition API the output into .vue.d.ts files becomes unusable for doc-generators like typedoc. I want to be able to use interfaces to define my ...
Score of -1
0 answers
121 views

I'm trying to create a time-series line chart using Chart.js (v4.4.0) in a Vue 3 component with the date-fns adapter. The chart works fine with a linear x-axis, but when I set the x-axis to type: '...
Score of 0
1 answer
58 views

I met a very strange question, the demo code as follows: <script setup> import {ref} from 'vue' const vTest = { mounted: (el) => { el.textContent='aaa'+ el.textContent }, updated:()=...
Tooling
0 votes
0 replies
35 views

I have an older Laravel7 App which I made with blade templates including vue2, thus using Vue2 & Webpack (laravel Mix) to make the app work. The client has asked me now to upgrade to the newest ...

15 30 50 per page
1
2 3 4 5
906