vite-plugin-vue-devtools icon indicating copy to clipboard operation
vite-plugin-vue-devtools copied to clipboard

Vite + Vue DevTools = DX 🔥

Results 33 vite-plugin-vue-devtools issues
Sort by recently updated
recently updated
newest added

按照指引对项目进行了安装: 启动之后有浮窗,但页面显示只有一个: ![image](https://github.com/webfansplz/vite-plugin-vue-devtools/assets/19322584/f9897cc1-4050-4617-8157-e50d5765ad96) 随后找了 iss / google 好久不知道为什么,在面板中随便点开后,发现在这切换后貌似正常了: ![image](https://github.com/webfansplz/vite-plugin-vue-devtools/assets/19322584/4442147d-a698-46c7-b2ca-039196e854e6) 貌似能用上了,但是每次进来都要自己选一次。还有就是页面会偶尔闪烁变成 1 个页面后又切换回 58 个。

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@algolia/client-search](https://togithub.com/algolia/algoliasearch-client-javascript) | [`^4.20.0` -> `^4.22.0`](https://renovatebot.com/diffs/npm/@algolia%2fclient-search/4.20.0/4.22.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@algolia%2fclient-search/4.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitejs/plugin-vue](https://togithub.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://togithub.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue)) | [`^4.4.0` -> `^5.0.2`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/4.4.0/5.0.2) |...

dependencies

It should be possible to change column width to see component name ![image](https://github.com/webfansplz/vite-plugin-vue-devtools/assets/25076736/61fe8722-42ab-4834-86e8-94beb19ce210)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esno](https://togithub.com/esbuild-kit/esno) | [`^0.17.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/esno/0.17.0/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esno/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

### Discussed in https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/5 Originally posted by **Stanzilla** May 8, 2023 Hey there! First, thank you so much for making this plugin. I've been trying to migrate our Vue +...

P: electron
upstream

下面这种语法无法在插件中正常展示setup属性 ``` export default defineComponent({ name: 'CommitView', setup() { const activeArea = ref(areas?.[0]?.code) const store = useQuotaionInfoStore() onBeforeMount(() => { store.clearLastDetail() }) const router = useRouter() const list = reactive([])...

T: bug

没错又是我 当我去切换路由的时候会变成这样 ![image](https://github.com/webfansplz/vite-plugin-vue-devtools/assets/32427677/6cd2695a-973d-426b-a682-e8d9cdfdec92) 但是当DOM改变(切换路由之后随便什么操作能够触发DOM更改的)的时候路由又出现了 ![image](https://github.com/webfansplz/vite-plugin-vue-devtools/assets/32427677/b9a5810a-c644-409f-8a3d-8742e77ed35d) 我写完以后发现Routes也有问题,不知道是不是我路由导航处理导致的。 示例:https://github.com/lvzhenbo/naive-admin

I am learning the monorepo architecture of this library. I found that components in the ui-kit are resolved to `any` type. I found that this could be caused by the...

与vite-plugin-html模版插件冲突,造成devtool的工具无法加载出来

need more info