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

### What problem does this feature solve? I most interested in these hotkeys for Firefox: - Focus Vue DevTools tab among all other DevTools tabs - Open selected component in...

### Version 6.0.8 ### Browser and OS info Chrome Version 98 I am getting backend.js:949 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'substring') error after vue devtools...

need repro

Hi team, really great job with this extension :D I wanted to ask - could there be a way to "star" components? Currently, every time we reload the page -...

Today I had two sites on which I couldn't click some links or form controls. I went through all my extensions, and turned each off one at a time, until...

Hi community, esteemed accessibility experts! We are facing a critical shortage of accessibility support in development tools and urgently require your expertise! The task: - [ ] UI package -...

good first issue
ux

This is kind of strange behaviour and a bit difficult to describe, but I try my best. I've installed the `Vue.js devtools` extension in Google Chrome (https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd). When visiting websites,...

question

![1731492951785](https://github.com/user-attachments/assets/2a6c91b4-21ab-4ee8-90ad-69d32362e622) import type { VxeGridDefines, VxeGridInstance, VxeTableDefines } from 'vxe-table' import type { IOptionListType } from './type' defineOptions({ name: 'SjzySelect', }) const props = defineProps(sjzySelectBasicProps) const emit = defineEmits() const...

Hi, I'm currently working with a Laravel Inertia setup and I'm using a multi build setup. Meaning that I have two entry files for different domains (public / backend). Currently...

enhancement
good first issue
pr welcome