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
问题描述 H5端完全使用vue-router; vueRouterDev: true; 页面中使用canvas画布 代码: 报错:Error in mounted hook: "TypeError: Cannot read properties of undefined (reading 'id')" TypeError: Cannot read properties of undefined (reading 'id') 复现步骤 [复现问题的步骤] 开启vueRouterDev: true; 在任意页面 查看控制台信息
预期结果 可以抓取到canvas并绘制
系统信息:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
H5端完全使用vue-router;
vueRouterDev: true;
页面中使用canvas画布
代码:
报错:Error in mounted hook: "TypeError: Cannot read properties of undefined (reading 'id')"
TypeError: Cannot read properties of undefined (reading 'id')
复现步骤
[复现问题的步骤]
开启vueRouterDev: true;
在任意页面
查看控制台信息
预期结果
可以抓取到canvas并绘制
系统信息:
The text was updated successfully, but these errors were encountered: