vite-plugin-vue-devtools
vite-plugin-vue-devtools copied to clipboard
Vite + Vue DevTools = DX 🔥
按照指引对项目进行了安装: 启动之后有浮窗,但页面显示只有一个:  随后找了 iss / google 好久不知道为什么,在面板中随便点开后,发现在这切换后貌似正常了:  貌似能用上了,但是每次进来都要自己选一次。还有就是页面会偶尔闪烁变成 1 个页面后又切换回 58 个。
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) |...
It should be possible to change column width to see component name 
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
### 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 +...
下面这种语法无法在插件中正常展示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([])...
没错又是我 当我去切换路由的时候会变成这样  但是当DOM改变(切换路由之后随便什么操作能够触发DOM更改的)的时候路由又出现了  我写完以后发现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...