alibaba / alibaba/lowcode-engine
出码的文件缺少组件库的scss文件,并且有Solt is not defined报错
- Dominant language
- TypeScript
- Stars
- 15.9k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
## **Describe the bug (required)** / **详细描述 bug(必填)**
1. 综合场景测试出码结果,没有```import "@alifd/pro-layout/lib/index.scss"```, 导致样式丢失
2. 出码的NextPage的header有Solt标签,导致页面Solt is not defined报错
3. 如果拖拽的组件是原子组件里面的自定义代码,非next组件,例如 Link,出码结果为```import { Link } from "@alilc/lowcode-materials";```, 无法找到文件,我通过```import { Link } from "@alilc/lowcode-materials/es/index";```修改才得以显示
4. 一次出码我修改了以上三个内容,最终内容才得以呈现
A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述
---
## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)**
在综合场景下随意拖拽几个组件即可复线
Steps to reproduce the behavior: / 详细复现步骤:
---
English version example:
1. Go to '...'
2. Click on '....'
5. Scroll down to '....'
6. See error
中文版示例:
1. 打开 [demo](http://lowcode-engine.cn/demo);
2. 点击标题;
3. 在右侧修改标题内容为「修改后的标题」;
4. 渲染画布标题组件没有更新显示为「修改后的标题」;
## **Expected behavior (required)** / **预期行为(必填,非常重要)**
A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为
---
## **Screenshots (optional)** / **bug 截图(可选)**
Sceenshots for further information. (If applicable.) / 一些有用的截图将会帮助我们更好的明确以及定位问题
---
## **Environments (please complete the following information) (required):** / **请提供如下信息(必填)**
- AliLowCodeEngine version: [e.g. 1.0.0] / 低代码引擎版本
- AliLowCodeEngineExt version: [e.g. 1.0.0] / 低代码引擎扩展包版本
- Browser [e.g. chrome, safari] / 浏览器版本
- materials / plugins / tools / 其他物料 / 插件 / 工具链版本
> (this information can be collected via [the manual plugin](https://img.alicdn.com/imgextra/i1/O1CN0115zonY1IsgbkZ2ir7_!!6000000000949-2-tps-3066-1650.png) / 版本信息可[通过低代码用户手册插件收集](https://img.alicdn.com/imgextra/i1/O1CN0115zonY1IsgbkZ2ir7_!!6000000000949-2-tps-3066-1650.png))
## **Additional context (optional)** / **更多额外信息(可选)**
Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.