yyyyffqqqq

Results 9 issues of yyyyffqqqq

**WARNING: 如果不按照这个表格,我们将无法帮助你,并将忽略你的问题。** ## 你的运行环境 * 插件版本: * 平台(Android / iOS): * Cordova version (```cordova -v```): * Cordova platform version (```cordova platform ls```): * Ionic Version (if using Ionic) * vue3...

不能支持vue3版本吗

### 初始清单 - [X] 这真的是个问题吗? - [X] 我已经在 Github Issues 中搜索过了,但没有找到类似的问题。 ### 问题 想根据用户权限设置表格是否可编辑,找不到相关配置和api进行配置 ### 解决方案 设置表格不可编辑

feature request

### Describe the bug 主应用跳转微应用页面,刷新会直接变成微应用页面 ### Expected behavior 主应用跳转微应用页面,刷新还是在主应用页面 ### Actual behavior _No response_ ### Version of ice.js "@ice/app": "3.4.8" ### Content of build.json or ice.config.mts _No response_ ### Additional...

bug
need repro

### Describe the bug 主应用通过这两种方式给微应用传递消息: import { store as starkDataStore, event } from '@ice/stark-data'; event?.emit(MQTT_MESSAGE, { topic, message: JSON.parse(message.toString()) }); starkDataStore?.set(MQTT_MESSAGE, { topic, message: JSON.parse(message.toString()) }); 在微应用中: ``` starkEvent.on(MQTT_MESSAGE, ({...

bug

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome127.0.0.0 ## What...

- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Browser:** chrome126.0.0.0 ## What...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ### 🏞 期望结果 [描述你原本期望看到的结果] ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] import { Treemap } from "@ant-design/plots"; import React from "react"; import ReactDOM...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ``` 使用如下的配置 import { DualAxes } from "@ant-design/plots"; import React from "react"; import ReactDOM from "react-dom"; const DemoDualAxes = ()...