Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

官方最新的DevTools7插件安装后无法与vite插件兼容,望作者大大优化下 #424

Open
zhangzz0213 opened this issue May 12, 2024 · 1 comment

Comments

@zhangzz0213
Copy link

官方推出的调试插件十分好用,我尝试安装并配置到vite.config.ts后,无法兼容;
#import VueDevTools from "vite-plugin-vue-devtools";
#plugins: [VueDevTools(), ...createVitePlugins(viteEnv)],
--上述配置后 pnpm dev启动项目时会出现
➜ Local: http://localhost:5173/
➜ Vue DevTools: Open http://localhost:5173/__devtools__/
仅能正常打开plugins配置中一个参数,比如上述配置VueDevTools()是第一位可正常打开,项目则无法打开,
颠倒顺序后项目可打开,调试页面无法打开,提示404找不到页面
54875782-7362-4f8c-85E3-159023DFD7B3
E519E88A-D860-4334-A80A-9700885D5649

@HalseySpicy
Copy link
Owner

没用过😧,一直用的谷歌 devtools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants