yangzz
yangzz
# `@form-create/ant-design-vue@^2.5.21` #### UI 框架的版本 > 1.7.8 #### 问题描述 > `effect`的生命周期`watch`,规则初始化时,如果自定义属性未设定默认值, > 使用`setEffect`进行更新,不会被触发。 #### 复现步骤/生成规则 (Duplicate steps/generate rules) ```javascript /** 以下时自定义属性 **/ // 监听表单值的watch formCreate.register({ name: "watch", //属性值发生变化 watch({ value...
@form-create/ant-design-vue@^2.5.21 UI 框架的版本 (1.7.8) 问题描述 > 两套规则模板公用一个组件,使用maker创建了个按钮,两套规则切换后,导致Creator.style("width: 100%")的效果消失 > 替换成Creator.style({width: "100%"})问题解决 复现步骤/生成规则 ```javascript // rule1,rule2切换使用,导致Creator.style("width: 100%")失效 const btn1 = makeBtn("下一步",()=>{} ) const rule1 = [makeBtnBox([btn1])]; const btn2 = makeBtn("上一步",()=>{} )...
**Datart版本号** master **错误描述** ```bash Failed to compile. ./node_modules/react-grid-layout/build/utils.js 203:74 Module parse failed: Unexpected token (203:74) File was processed with these loaders: * ./node_modules/babel-loader/lib/index.js You may need an additional loader to...
### Expected Behavior 正常安装 ### Actual Behavior  ### Steps to Reproduce 在32位win10系统,基于64位处理器的环境安装自动选择32位和64位的安装包 ### Operating System and Browser win10专业版32位,基于64位处理器 
### What would you like to share? # Code ```python import re a = """ py_path = os.path.abspath(sys.argv[0]) # Absolute path of the current script str = '#FFFFFF' # Color...
version: 1.0.0-rc.3 SQL:SELECT * FROM ( WITH RECURSIVE org_tree AS ( SELECT id, name, parent_id, node_type, 0 AS level FROM base WHERE id = $ROOT_ID$ UNION ALL SELECT o.id, o.name,...