BeanWei
BeanWei
code is erro,foreign=True 在include_attr 列表里面,你写外面去了。
> 可以理解turbo提供的是底层流程驱动的能力,用户节点指的是异步交互节点,可以是由业务系统驱动也可以是表单对应的人机交互。举例说明:审批人点击通过后,由上层业务系统执行业务逻辑后驱动commitTask,是否会经过很长的节点取决于上层业务系统的业务逻辑,通常来说两次用户节点之间的耗时是非常短的。 感谢回复!你说的有道理。我又看了下 turbo 的表结构。turbo 专注于流程的执行,其他的业务逻辑交给业务方自行处理,业务逻辑可以依赖于 flow_instance_data 自由发挥。总的来说,很轻量,扩展性高。这也是 turbo 核心表只有5个的原因,可以适用于大多数流程的场景。
> > Here is an example involving Vite (and thus Astro): https://stackblitz.com/edit/vitejs-vite-xfwglb?file=vite.config.ts > > After running `npm run build`, starting the server with `node dist/main.js` will fail. > > The...
@Sepush 我测试了官网上的demo,这个 enter 的 event 貌似只有当 `trigger="hover"` 时才会生效
@Sepush can you reopen
Meta 最近开源的 Lexical
如果成本允许的话,可以考虑换个方案,[formily](https://github.com/alibaba/formily) 相比之下 formily 更具优势。 x-render 和 formily 都十分优秀。x-render 适合简单的,formily 自身比较复杂但是更能打更能应对复杂的业务需求
这个发现很Nice,👍 💯 @Henryhaohao
@marcelgarus He man, about allow the rich text, you can refer to this project [bytedance/RealRichText](https://github.com/bytedance/RealRichText) @manondidi If you need, you can see my fork [marquee](https://github.com/BeanWei/marquee/tree/master/lib) , just edit this line...