devtools
devtools copied to clipboard
⚙️ Browser devtools extension for debugging Vue.js applications.
### 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...
Can't find any information on it in the docs
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 -...
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,...
Fixes #698
 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...