We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
编辑config/routes里面的组件,热更新太慢,如编辑TestComponent这个组件,热更新大概需要18秒,编辑其它非路由组件,则只需要1秒左右 { path:test/*, name: 'test', component: './TestComponent', }
{ path:
, name: 'test', component: './TestComponent', }
Please provide a minimal reproduction then upload to your GitHub. 请提供 最小重现,并上传到你的 GitHub 仓库
编辑config/routes里面的组件,随便更新UI,加一个Button或者其它的都行
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
The text was updated successfully, but these errors were encountered:
由于缺乏足够的信息,我们暂时关闭了该 Issue。请修改(不要回复) Issue 提供最小重现以重新开启。谢谢。
Sorry, something went wrong.
No branches or pull requests
What happens?
编辑config/routes里面的组件,热更新太慢,如编辑TestComponent这个组件,热更新大概需要18秒,编辑其它非路由组件,则只需要1秒左右
{ path:
test/*, name: 'test', component: './TestComponent', }
Mini Showcase Repository(REQUIRED)
How To Reproduce
编辑config/routes里面的组件,随便更新UI,加一个Button或者其它的都行
Steps to reproduce the behavior: 1. 2.
Expected behavior 1. 2.
Context
The text was updated successfully, but these errors were encountered: