devtools-next icon indicating copy to clipboard operation
devtools-next copied to clipboard

The next iteration of Vue DevTools

Results 107 devtools-next issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/6.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

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...

browser extension

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 -...

good first issue
ux

![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

我在使用qiankun做一个微前端,当子应用的路由由createWebHistory切换为createMemoryHistory模式时,开发者工具会报错 Cannot read properties of undefined (reading 'app') TypeError: Cannot read properties of undefined (reading 'app') ![image](https://github.com/user-attachments/assets/c1497365-65ed-441c-887c-0263dd1bce8d)

need reproduction

In FF v 6.6.3 ![Image](https://github.com/user-attachments/assets/0c24abaa-a557-4272-9a1b-a442f00ee858) In Chrome v 7.7.6 ![Image](https://github.com/user-attachments/assets/abde8b1b-ef75-43cf-860d-ed47d0c55c96) 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. ![Image](https://github.com/user-attachments/assets/08864f3d-5b11-4232-8df7-b7c13570ee2c) I prefer when string were displayed with quotes around them, not only when editing the value. ![Image](https://github.com/user-attachments/assets/55e522ff-2f19-4311-84b1-01607c364501) It make...