hehanli101

Results 5 issues of hehanli101

Simple Autosize for textareas * { padding: 0; margin: 0; box-sizing: border-box; } div { position:absolute; top: 20px; left: 40px; width: 800px; max-height: 600px; overflow: auto; } textarea { width:...

## 问题描述 在iframe模式下,使用view-design组件库,在使用Modal是报错 调试发现 iview里面使用了这个方法 `function getTarget (node) { if (node === void 0) { node = window.rawWindow.document.body } if (node === true) { return document.body } return node instanceof...

bug
sandbox

在vue项目中使用了monaco-editor,作为子应用渲染的时候报错,报错信息如下: ![image](https://github.com/micro-zoe/micro-app/assets/39009226/4da2802c-d918-4564-86ab-e38f72e6cebe) 有什么办法,可以解决这个问题吗

sandbox

测试过程中发现如果svg里面的图片路径是相对的话,会自动补全基座的域名,不像模板里面那样直接补全子应用的url ![image](https://github.com/micro-zoe/micro-app/assets/39009226/950b981d-2cb5-437c-b6b9-e4b3e25f7f3f) 页面的效果就是svg里面的图片展示不出来 ![image](https://github.com/micro-zoe/micro-app/assets/39009226/bb84f243-09b4-4015-ab10-8a39036ebb5e) 除了把svg里面的路径写死,有什么其他的办法处理吗?

feature
TODO

## 问题描述 1. 使用官方的示例,main-vue2 2. 增加两个按钮,在基座点击按钮通过microApp.route进行跳转,发现控制台报错,无法跳转 ## 复现步骤 在main-vue2工程里面,子应用alurlar14页面增加以下代码, 模版里面增加 ` material page3 ` goTo(url) { microApp.router.push({name: 'angular14', path: `/angular14${url}`}) } ## 上传截图 ![image](https://github.com/user-attachments/assets/71416a2c-6d7b-43aa-8ef5-6db4ea0867ba) ## 复现仓库 官方提供的示例可可先 main-vue2 ## 环境信息...