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
1.2.9
window10/chrome v71.0.3578.98
2.5.20
编写错误代码即可
1.使用vux-loader按需加载组件 2.在created函数中书写错误代码如let obj = {} obj.push() 3.在浏览器中查看错误提示,提示行数不准确 4.在webpack中去掉vux-loader,错误提示正常;
代码错误提示定位准确
代码错误提示定位错误
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vux-loader version
1.2.9
OS/Browsers version
window10/chrome v71.0.3578.98
Vue version
2.5.20
Code
Steps to reproduce
1.使用vux-loader按需加载组件
2.在created函数中书写错误代码如let obj = {} obj.push()
3.在浏览器中查看错误提示,提示行数不准确
4.在webpack中去掉vux-loader,错误提示正常;
What is Expected?
代码错误提示定位准确
What is actually happening?
代码错误提示定位错误
The text was updated successfully, but these errors were encountered: