devtools icon indicating copy to clipboard operation
devtools copied to clipboard

⚙️ Browser devtools extension for debugging Vue.js applications.

Results 330 devtools issues
Sort by recently updated
recently updated
newest added

When I click on the Vuex item in Standalone Dev Tools attached to my Vue 3 App running in Safari, Vue Dev tools loses it's connection to my app. I...

auto add comp name on comp root dom current an attribute was manually added in the source code for better debugging of the dom structure I think it would be...

### Issue When the Options API is disabled in the `@vitejs/plugin-vue` plugin options, devtools cannot open any files in my editor of choice. The browser console outputs the following errors:...

bug
pr welcome

Since today the devtools in my console is no longer showing up. however the extension says: "Vue.js is detected on this page." Im not sure if this is related to...

need reproduction

This is a bug that exists a long time ago. I first experienced it in Chrome. I thought it was a chrome problem but I also experience it on Firefox....

Hi, I'm using a microfrontend architecture, where each MF has its own pinia. Pinia is created and destroyed properly per each application. Mostly, the code for the stores is completely...