You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Hello @bestime. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with need reproduction will be closed if they have no activity within 3 days.
Related plugins
plugin-vue
plugin-vue-jsx
Describe the bug
有这么一段代码,编译不会报错,奇葩的是,运行时浏览器不报错,必须要try catch才行。
然而这个项目也许是别人的,又或许数据来源变了,导致数据结构发生了变化,项目中又有多处这种潜在问题,又无法一一排查,如何能让这个代码在浏览器中直接抛错(试了js、和
非vue文件引用的TS浏览器会抛错
)而且本来也应该抛错Reproduction
无
Steps to reproduce
无
System Info
Used Package Manager
npm
Logs
npm run dev
Validations
The text was updated successfully, but these errors were encountered: