Qingnan Kong

Results 4 issues of Qingnan Kong

## 复现截图 假如数据源为this.state.data,表格正常展示 假如数据源为this.state.multiData.data, 目前无法设置,可否支持这种属性 ## 复现流程与链接 ## 期望结果 和变量绑定一样支持多种属性 ## 环境信息 - 引擎版本 1.0.11 - ext 版本 1.0.3 - 物料 - moment﹫2.24.0 - lodash - ﹫alifd/next﹫1.24.18 - NextTable﹫1.0.1 -...

bug

## 复现截图 设置SlotSetter时样式错乱 ## 复现流程与链接 ``` { title: { label: { type: 'i18n', 'en-US': 'children', 'zh-CN': '内容', }, tip: 'children | 内容', }, name: 'children', description: '内容', setter: { componentName:...

help wanted

**描述bug** 是基于官方demo做的改动 主应用:main-react17 子应用:vue2 (引用vant组件中的Sticky组件) 子应用单独打开时,表现正常,可以正常使用吸顶功能。 通过主应用访问时,吸顶功能失效。 查看vant组件源码之后发现通过addEventLisener给指定元素注册滚动事件,如果capture设置为false,会使滚动事件失效,详细请查看下方给出的仓库源码 **如何复现** 给出详细的复现步骤 1、第一步 打开我的仓库,打开main-react17工程 2、 第二步 打开我的仓库,打开vue2工程 3、 第三步 通过main-react17访问vue2工程页面 **错误截图** 想要的效果(吸顶元素永远保持在页面最上方) 实际的效果(吸顶效果消失,吸顶元素滚动出页面) **最小复现仓库或者地址** 代码在以下仓库 https://github.com/pumpkin123/wujie 引用代码(van-sticky): https://github.com/pumpkin123/wujie/blob/master/examples/vue2/src/App.vue 关键代码(第228行): https://github.com/pumpkin123/wujie/blob/master/examples/vue2/src/components/VanSticky/index.js

`.umi/plugin-qiankun/masterRuntimePlugin.ts`的start接受master传入的option,但是如果属性为函数会丢失 ``` const { // @ts-ignore 兼容之前版本的 jsSandbox 配置 sandbox = masterOptions.jsSandbox ?? true, prefetch = true, // @ts-ignore compatible with old configuration defer = false, lifeCycles, masterHistoryType = defaultHistoryType,...