85 questions
-2
votes
1
answer
121
views
Vue JS 3 reactive() very slow [closed]
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 ...
0
votes
1
answer
124
views
Unable to open Vue Devtools from Toggle or Select Components in Firefox/Chrome on macOS
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 ...
1
vote
1
answer
248
views
Whats the keyboard shortcut to open Vue-Devtools?
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 ...
0
votes
2
answers
190
views
Opening a file located on WSL with VSCode from the command line
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 ...
1
vote
1
answer
263
views
How to make Vue DevTools work with inertia-vue3?
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) =>...
1
vote
0
answers
96
views
Can Vue devtools cause high CPU usage if app/tab left open for long time?
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 ...
0
votes
0
answers
208
views
What triggers Vue 2 to error in initBackend?
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:...
20
votes
4
answers
19k
views
Why can't I see Pinia in Vue devtools?
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 ...
3
votes
0
answers
3k
views
Disabling Vue devtools for Vite + Vue 3 project
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 ...
0
votes
0
answers
204
views
vue3js - why are keys not showing correctly in devtools?
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 ...
1
vote
0
answers
820
views
How can I turn off Vue Force Dev plugin in production
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 ...
0
votes
1
answer
479
views
Vue dev tool display only <root>
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 ...
5
votes
1
answer
2k
views
How do I get refs and computed vars to show up in Vue Devtools when using the Composition API and the Script Setup syntax?
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 ...
2
votes
1
answer
5k
views
Vue3 Pinia store not loading until vue devtools is launched
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&...
0
votes
1
answer
484
views
Vue devtools can't open component on editor with macbook m1
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] ...