-
如何在Page上增加属性
如何在Page上增加属性
如何在Page上增加属性
![image](https://github.com/user-attachments/assets/0163317b-0bd5-4c44-98d5-a5a7fccfa8f5)
-
-
现在架构 组件有以下问题 导致无法定制开发:
1. 打包工具捆绑了 build-script + webpack ,无法切换到 rsbuild 等工具
2. 因为要拆包,所以内部大量组件使用 externals 形式注入 react,且版本使用16 较低
3. 物料包大量资源指向 cdn,不支持内网部署
4. 物料以url加载为主,不支持本地物料
小项目的使用者,期望能够以单体项…
-
https://github.com/alibaba/lowcode-engine/blob/779edf783bac1ef71668fb74eaba44527c99a0f5/packages/utils/src/script.ts#L26
-
以下为可复现json schema
```json
{
"componentName": "Page",
"id": "node_ocl6pvz1ch1",
"props": {
"ref": "outerView",
"style": {
"height": "100%",
"overflow": "auto",
…
-
以element.eleme.cn为例
```
```
这段代码在PC大屏上显示成一排3列,手机上会自动变成一列3排
请问这种基本的需求,在lab.lowcode-engine.cn或者lowcode-engine的demo中该怎么实现?
-
接入后一直报这个错
![image](https://user-images.githubusercontent.com/20964884/227908686-38da81b9-7069-4935-a2e4-d3a2d3802e5a.png)
我尝试在这边的入口去添加,但是好像没有效果
-
Expected outcome:
- [x] clone react router tags (React Dev Tolls `getOwnerList`) - promt for new uri
- [ ] clone page *.tsx file - prompt for new file name
Typescript Code Morph https://github.c…
-
## **Describe the bug (required)** / **详细描述 bug(必填)**
A clear and concise description of what the bug is. / 请提供清晰且精确的 bug 描述
使用ReactRenderer渲染组件,想要配置内部组件的语言及主题等,一系列上下文相关的内容,实际包裹的ConfigProvider并不…
-
Goal:
- refactoring of existing code: instead of typescript factory that create AST use templates + refactoring rules
- read template into AST and apply refactoring rules (using a script)
# Templ…