Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
-3 votes
1 answer
69 views

In the previous system, a width of 28 pixels was sufficient to display two Chinese characters. However, after upgrading the system now, a line break issue has occurred, and the width needs to be ...
Yeachan's user avatar
  • 73
0 votes
0 answers
51 views

I have a very basic Vue + Vite + Router + Pinia application that has a reactive({}) object in a Pinia store. If I update it with 1000 items it will freeze the browser for 3-5 seconds when it should be ...
user5541269's user avatar
Advice
1 vote
3 replies
54 views

I want to build a website with Vue/Vite as frontend and Django as a backend. When my frontend needs to get data from the backend I currently do something like this (which works perfectly fine): const ...
feps's user avatar
  • 45
1 vote
0 answers
57 views

I'm trying to dynamically load only specific icons from the lucide-vue-next package in my vue page, however it's not wanting to work. I'm using Laravel 12 (Latest), Vue3 (Latest shipped with Laravel), ...
Jon's user avatar
  • 385
0 votes
0 answers
42 views

How can I clip table rows under a header with rounded corners when scrolling? When the table scrolls, the rows slide under the rounded corners of the header. Since the rows have regular (non-rounded) ...
Nysha's user avatar
  • 1
0 votes
1 answer
102 views

I'm working with Laravel 12 (with Breeze), VueJS, Debugbar, all in their newest versions. My server is running locally on my MacBook, and developing on this MacBook works fine. The app works correctly ...
Dave33's user avatar
  • 483
0 votes
0 answers
34 views

I’m building a website using Quasar Framework (Vue), and I’m having trouble with .webp images after deployment. Everything works perfectly in development mode. When I run quasar build, the .webp ...
Swarup Dhavan's user avatar
0 votes
0 answers
25 views

I have a component declared during Vue.createApp(). This component is for a result list and receives the result itself and that result's index in the array. Vue.createApp({ data(){ return { ...
tralmix's user avatar
  • 299
0 votes
1 answer
55 views

It's very well possible this isn't meant to work, but I'm trying to learn Vue and fail to make a nested form. The usecase is that I want my user to order various amounts of different types of tickets; ...
Alexandria Douillette's user avatar
0 votes
1 answer
61 views

I’m using Vue 3 with Pinia, and I’m trying to watch a store value so that every time it updates, a function runs. But the watcher never triggers. The watcher does not fire at all. I tried using both ...
user26887079's user avatar
0 votes
1 answer
60 views

I've setup a new VueJS project using the default scaffolding method npm create vue@latest (which right now is Vue 3.5.22), that uses Vite under the hood. I want to use Sass for my stylesheets, and I'm ...
Quentin's user avatar
  • 1,173
Best practices
0 votes
2 replies
53 views

Question I’m re-developing an old website where there was flash games in it. I redeveloped some games, all under godot, and I rebuilt Godot from source to disable unwanted modules (like 3D physics for ...
Sw0ut's user avatar
  • 804
0 votes
0 answers
26 views

On npm run dev: [plugin vite:resolve] Module "node:path" has been externalized for browser compatibility, imported by "D:/Programing/TechScale/extensions/Weather-Bears-Ext/node_modules/...
Syed Ali Ahmad Rizvi's user avatar
Advice
0 votes
0 replies
39 views

Good day developers!!! I'm using Naive UI with Vue 3 and I'm trying to replace the default "delete" (trash can) icon on the NUpload component. This problem seems to only happen when I use ...
Enrique GF's user avatar
  • 1,295
0 votes
0 answers
44 views

I'm building a Nuxt 3 application (using Vue 3 and Vite as the default builder) and integrating Sentry for error monitoring with sourcemap uploads. My build artifacts are uploaded to a CDN (e.g., AWS ...
Lokesh B's user avatar

15 30 50 per page
1
2 3 4 5
911