-
Notifications
You must be signed in to change notification settings - Fork 310
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
🐛 [Bug]: el组件在canva可以显示,预览无法显示,查看代码貌似为import导入的问题 #541
Comments
Title: 🐛 [Bug]: The el component can be displayed in canvas, but the preview cannot be displayed. The code seems to be an import problem. |
问题判定:物料配置问题
{
"npm": {
"package": "element-plus",
// ...
"exportName": "ElButton",
"destructuring": true
}
} 生成源码:
如果是在 mockServer 中进行测试,请检查 |
Problem determination: material configuration problem
{
"npm": {
"package": "element-plus",
// ...
"exportName": "ElButton",
"destructuring": true
}
} Generate source code:
If you are testing in mockServer, please check whether the |
Environment
google与edge
Version
v16.20.2
Version
不知道如何查看最新稳定版
Link to minimal reproduction
https://github.com/opentiny/tiny-engine
Step to reproduce
在canvas添加按钮组件
在预览中查看
样式丢失,且import没有导入的内容
What is expected
预览与canva画布样式一致
What is actually happening
样式丢失且没导入
What is your project name
tiny-engine
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: