Skip to main content
-2 votes
1 answer
121 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
0 votes
1 answer
124 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
1 vote
1 answer
248 views

I have vue-devtools running as vite-plugin. When debugging, from time to time in the browser, I disable it, so I don't see the icon at the bottom to open the tools. I keep forgetting the keyboard ...
IARI's user avatar
  • 1,416
0 votes
2 answers
190 views

I want to open the file I'm editing from a Vite instance running on WSL using the code command. For this, Vite passes the Linux-compatible path and the -r flag to the code command, but it ends up ...
rozsazoltan's user avatar
  • 19.8k
1 vote
1 answer
263 views

Normally, Vue DevTools work on my Vite projects, but I'm struggling with inertia. I've added NODE_ENV=development to .env and vueApp.config.devtools = true to: createInertiaApp({ title: (title) =>...
van_folmert's user avatar
  • 4,659
1 vote
0 answers
96 views

I have a Vue app where on one page all it does is sets an interval on mounted to fetch something from an API every minute. Now if I leave it like this for a long time, CPU usage starts creeping, while ...
seekingtheoptimal's user avatar
0 votes
0 answers
208 views

Over the last day or so Vue 2.7.14 has been reporting an error in the Chrome console: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'Vue') at initBackend (backend.js:...
MSC's user avatar
  • 3,426
20 votes
4 answers
19k views

I am developing an app using Vue 3, Vuetify 3, and Pinia, all of which I'm in the process of learning. I'm trying to follow this video to learn Pinia and at about 17:50, the presenter says to install ...
Henry's user avatar
  • 1,857
3 votes
0 answers
3k views

Web-app built with Vue.js v3.3.4 Vite v4.4.9 On my production web-site octo-buy.com you may notice that Vue-devtools are getting full access to the page. Which is totally wrong because it is a ...
Anton's user avatar
  • 51
0 votes
0 answers
204 views

I am having strange problems with a vue3 app and have started to use the vue3 devtools add-in to see what is going on. In one project, I am seeing all the :key values showing as zero: although I am ...
quilkin's user avatar
  • 1,497
1 vote
0 answers
820 views

I have a VueJS (V2) based application, I have Vue Devtools turned off in production however there is a chrome addon called Vue Force Dev available here: https://github.com/hzmming/vue-force-dev that ...
Frontend Backend Bookend's user avatar
0 votes
1 answer
479 views

i often see only <root> tag in components in vue devtool. If i search a specific component in page, it display like you see on picture below right sight. When i reload page a few times it ...
Sadikerd's user avatar
5 votes
1 answer
2k views

I have a number of variables in one of my components that would go in the data() function or computed: {} section when using Vue's Options API (which I'm more familiar with), but this component is ...
Nathan Wailes's user avatar
2 votes
1 answer
5k views

I encounter a strange behavior with pinia in a Vue3 app. I created a little app with a pinia store using option API. Here is my main.js with creating the store : import { createApp } from "vue&...
elalitte's user avatar
  • 124
0 votes
1 answer
484 views

I installed PhpStorm-2022.3-aarch64.dmg. Downloaded on official website JetBrains. I click button "Open in editor" on vue devtools. Exception 2022-12-10 22:33:20.212 phpstorm[5378:39479] ...
Дмитрий's user avatar

15 30 50 per page
1
2 3 4 5 6