Skip to main content
2 votes
1 answer
83 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=&...
Λnchor's user avatar
  • 25
0 votes
0 answers
54 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 ...
Dave's user avatar
  • 645
2 votes
1 answer
38 views

I have this v-dialog component: <v-dialog v-model="dialog" @afterEnter="open"> <template #activator="{ props: activatorProps }"> <...
Riza Khan's user avatar
  • 3,270
Advice
0 votes
0 replies
26 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,...
Alexander Coopmans's user avatar
0 votes
0 answers
67 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
1 vote
1 answer
85 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
1 vote
1 answer
85 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 ...
vgia's user avatar
  • 25
1 vote
1 answer
87 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'; ...
SK19's user avatar
  • 306
1 vote
2 answers
56 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=&...
Adrian Mañas's user avatar
0 votes
0 answers
45 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> <...
louis.p's user avatar
1 vote
1 answer
58 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 ...
Lukas Willin's user avatar
0 votes
0 answers
94 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: '...
Amrmsmb's user avatar
  • 11.6k
0 votes
1 answer
55 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:()=...
renjianqiang's user avatar
Tooling
0 votes
0 replies
24 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 ...
Canelo Digital's user avatar
1 vote
2 answers
72 views

I’m facing the following error when trying to install vue-papa-parse in a Vue 3 project created with Vite: TypeError: Cannot set properties of undefined (setting 'Papa') This occurs when registering ...
fjb's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
907