keuby
keuby
## 问题描述 在使用微前端框架时,如果将基座应用使用 iframe 嵌入到其他项目中时,iframe 沙箱初始化会被阻塞,导致子应用无法正常运行。 目前测试发现,出现这个问题为 Chrome 浏览器,在 Chrome 86 - Chrome 92 均会出现,在 Chrome 102 版本未出现。不排除 < Chrome 86 或 > 92 的版本也会出现的可能性。 ## 复现步骤 1. 克隆项目到本地 2....
**Describe the bug** After setting the 'important' option to '#app' in 'windi.config.ts', using '@apply' while using the top layer ':deep' in the '.vue' file causes scoped style compilation error **To...
```tsx ``` In the above code, the first character after FormattedMessage is not a space or open parenthesis, but a line break, causing the match to fail
获取 `viewRect` 时确认 `view measurer` 存在与 document 上。 场景: 在微前端场景下,基座和子应用都使用了 `vueuc`,子应用先渲染 `VFollower`,此时会先在子应用中创建 `view measurer`。之后基座再渲染 `VFollower`,此时会查询到子应用创建的 `view measurer` 并缓存。 如果之后切换子应用,`view measurer` 被移除,此时基座的 `VFollower` 渲染就会存在异常。