tiny-engine
tiny-engine copied to clipboard
TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected Tooltip 集成后 content 插槽无法渲染 ### What...
### What problem does this feature solve 开发者可以自己扩展更多的内置组件,虽然可以通过物料去扩展,但是存在调试不方便的情况,请问有其他解决方式吗? ### What does the proposed API look like 提供注册内置组件的api ### What is your project name 无
### Environment chrome 131.0.6778.70 ### Version node v18.19.1 ### Version 2.0.0-rc.2 ### Link to minimal reproduction  ### Step to reproduce 1、拖入tiny select控件到画布 2、尝试选中tiny select发现会选中其父级元素 ### What is expected _No...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected 集成后 tiny tabs 无法获取下级的 tiny tab...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction 无 ### Step to reproduce 无 ### What is expected 使用 code configurator,language 为 json,在 snippets...
English | [简体中文](https://github.com/opentiny/tiny-engine/blob/develop/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.zh-CN.md) # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-engine/blob/develop/CONTRIBUTING.md) - [ ]...
- 重构 global-state.ts 中的状态处理,支持数组和对象类型的状态计算 - 修改 VariableConfigurator.vue 中的变量加载方式 - 更新 useResource 中的应用状态获取逻辑,兼容 mock、java 两种方式 English | [简体中文](https://github.com/opentiny/tiny-engine/blob/develop/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.zh-CN.md) # PR ## PR Checklist Please check if your PR fulfills the following...
English | [简体中文](https://github.com/opentiny/tiny-engine/blob/develop/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.zh-CN.md) # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-engine/blob/develop/CONTRIBUTING.md) - [...
### Environment 自己部署线上环境 ### Version v22.x ### Version 2.1.0 ### Link to minimal reproduction 暂无 ### Step to reproduce 1. 创建数据源 2.编辑数据源 发现数据源原有配置丢失了 ### What is expected 1. 点击获取数据后所填写配置需保存 以便下次进入可查看...
### What problem does this feature solve 用rsbuild解决构建速度和产物问题! ### What does the proposed API look like 字节的[rsbuild](https://github.com/web-infra-dev/rsbuild.git) 正式版已经发布半年了,很多项目都采用了rsbuild构建,无论从构建速度和构建产物方面,都优于vite,且可以成功避免vite某种情况下开发阶段产物和最终构建产物不一致的情况,希望官方考虑一下! ### What is your project name rsbuild