-
Is there any alternative to this project, that is maintained?
-
安装lowcode编辑器以后,运行npm start 点击右上角的出码功能报错。
---
复现步骤:
1、npm install -g @alilc/create-element@latest
2、npm init @alilc/element editor-project-name
3、cd editor-project-name
4、npm install --force
…
-
我想在x6-demo里面使用@alilc/lowcode-plugin-code-editor中的CodeEditorPlugin和@alilc/lowcode-plugin-datasource-pane中的DataSourcePanePlugin,但是我按照相似的方式在index.ts注册以后,发现这个注册以后,两个按钮都无法点击,请问这个问题可能是处在哪里呢?
![image](https…
-
## **Describe the bug (required)** / **详细描述 bug(必填)**
页面运行报错
![image](https://github.com/alibaba/lowcode-engine/assets/29434858/cb880aeb-5919-400b-be70-3cc4ddc8f2f4)
我把@alilc/lowcode-plugin-cod…
-
想要在DesignerView外面增加一些内容,需要替换掉下面的面板
```
skeleton.add({
area: 'mainArea',
name: 'designer',
type: 'Widget',
content: ,
});
```
DesignerPlugin…
-
**Is your feature request related to a problem? Please describe.**
Make website that looks like notion (i.g., https://706community.notion.site/Creators-3ee453c764a04f81a872c4bc160fb7d5 ).
I can …
-
## **Describe the bug (required)** / **详细描述 bug(必填)**
```
import {Box} from "@mantine/core";
export const MantineBox = Box
MantineBox.displayName = 'MantineBox';
```
对这样的组件进行生成定义,https…
-
Type 'ModalOptions' is not assignable to type '{ title?: string | undefined; footer?: (() => Element) | null | undefined; content: (() => Element) | { uid: number; type: FunctionalComponent | { ...; }…
-
#### 描述问题:
在使用nextjs13引入amis-editor时,出现以下报错:Uncaught Error: document is not defined
同时,在该页面下,使用除文本框和布局容器以外的所有插件时,点击该插件编辑属性时,右侧面板均会显示报错‘Uncaught Error: document is not defined’
#### 截图或视频:
![…
-
![shell](https://github.com/alibaba/lowcode-engine/assets/39897706/b64a4763-26ff-49dc-857e-716e43448b3d)
![workspace](https://github.com/alibaba/lowcode-engine/assets/39897706/d87efd3b-7fac-47ab-ad…