I have the following code with a simple working Vue.js application. But the Vue.js devtools is not responding. It was working well a few days ago, now it's not working anymore what could possibly be going wrong? when I go to webstore, it says it is…
I'm seeing inconsistencies between how Firefox and Safari are handling one (at least) of my Vue properties and it would be super helpful to be able to see what's in there. Thanks!
I'm building a chrome extension, and using a vue-cli webpack config. I'd like to be able to use the vue devtools after running the npm run build command.
I tried to add Vue.config.devtools = true; in main.js, or change NODE_ENV: '"production"' to…
I am creating a new project using nuxt.js v2.3.0. When I run npm run dev in my IDE console everything compiles correctly but when I go to the page I get the following error: Nuxt.js + Vue.js is detected on this page. Devtools inspection is not…
Suddenly my Vue.js devtools stopped working. I had it in the chrome for like 2 years (since I started developing Vue.js). Now I can't see devtools in chrome. It happened yesterday just like that - I was using devtools for a while, then I was working…
I'm working on a vue app that has a store module that emits 50 events per second in certain scenarios. Those events are causing a vuex mutation to be commited each time.
That makes it hard to use vue-devtools in other places since I cannot see any…
I have a project using Laravel 8, inertia js, Vue.js and webpack.
The VueJs chrome dev tools aren't working for this project. It keeps showing as not detected, i've tried restarting it, removing and readding the dev tools. I've checked in both dev…
I'm implementing a web page with multiple Vue instances.
I have a simple question : is it possible to name and display them under their name with vue-devtools?
Actually my console displays instances like this and it is hard to distinguish them :
When my mouse cursor enters and leaves my VueJS component, the following methods are called respectively.
Methods that are called when the cursor enters and leaves my component:
// located in "methods" section of my Vue component…
For very specific reasons, I have set the vue dev tools to true in production.
Vue.config.devtools = true
Am using the following versions:
"vue": "^2.5.2"
"vuex": "^3.0.1"
"vuetify": "^1.0.0"
While I can see the components and events, the Vuex…
Recently vue devtools was updated to a newer version. I am using the devtools heavily to check my vuex store. After the update the data does not show anymore. The data is updated after mutations but not shown in the devtool.
Does anyone know how to…
I am following the tutorial as it is stated here: https://nativescript-vue.org/en/docs/getting-started/vue-devtools/
I have the dev tools and the app up and running but the dev tools says "Waiting for connection..." while the app is already running…
I am using VueJS 2.5.3 on a section (not SPA) of a blog backend that makes an API call to check for a featured image attached to the post.
If it finds one, it uses a child component to show the image. The problem is that the child component isn't…
Hey guys i'm using Vue devtools in firefox browser. Vue devtools detecting perfectly on Vue 2.6.12 application. but it's not detecting on Vue 3.0.0 application.How can solve this problem.
Thanks
I'm trying to accomplish what should be a basic task with Vuex, but for some reason it's not working, and after searching far and wide, I greatly appreciate any help.
What I'm trying to do:
Update a list (object) of objects in my store with a new…