devtools-next
devtools-next copied to clipboard
The next iteration of Vue DevTools
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`6.2.1` -> `6.2.7`](https://renovatebot.com/diffs/npm/vite/6.2.1/6.2.7) | [](https://docs.renovatebot.com/merge-confidence/) |...
I am not sure if you also maintain the firefox addon page (https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/), but the devtools are still at version 6.6.3 in the Mozilla Add-Ons directory. In the docs it...
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 -...
closes #498 We should inject the hook into the iframe as a script tag, which means the whole hook logic should be serialized. We need to discuss it. /cc @webfansplz
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 -...
 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...
我在使用qiankun做一个微前端,当子应用的路由由createWebHistory切换为createMemoryHistory模式时,开发者工具会报错 Cannot read properties of undefined (reading 'app') TypeError: Cannot read properties of undefined (reading 'app') 
In FF v 6.6.3  In Chrome v 7.7.6  I face this message when using vue-router version 4.x ``` \\App.vue export default { name: 'App', }; \\SignIn.vue Sign-in export...
I feel like this change from v6 is very odd.  I prefer when string were displayed with quotes around them, not only when editing the value.  It make...