hansonfang

Results 10 comments of hansonfang

> @timeyo codepen 和我自己在页面内写里跑出来竟然都是 左300 右 300。。Chrome 81 > > ![image](https://user-images.githubusercontent.com/11238540/82819615-3c966a00-9ed3-11ea-93df-b0416445d8bd.png) > > ![image](https://user-images.githubusercontent.com/11238540/82819735-75ceda00-9ed3-11ea-884e-bf73cc0106aa.png) 那个是高度老哥。。。

same problem

> Is this related to Vue version? I had to use Vue2 and Vue3 in a single page since I've used micro frontend

"要求webpack的entry要被额外包装一层,处理成动态引入" 这个并不是MF必要的配置,而是webpack的建议:[异步边界(asynchronous boundary)](https://webpack.docschina.org/concepts/module-federation/#Uncaught-Error-Shared-module-is-not-available-for-eager-consumption) ,我目前没有使用这种在入口异步引用的方式,qiankun可以正常使用MF,代码中用到远程模块时,直接用 await import('remote/module1') 这种就行了

Issue solved by updating `normalize-wheel-es` to `1.1.2` Whereas there comes a new problem which is when I use debug mode, terminal seems frozen with a RUN prompt. Nothing going on....

> @sheremet-va I've uploaded `lock` file pls check out. Meanwhile I took a shot on the problem ![Mar-28-2022 10-16-50](https://user-images.githubusercontent.com/22868119/160315709-d10c69d2-034c-4c8b-b908-38399e8279fe.gif)

`pip install requests`之后已经提示安装: ``` [root@centos-sg-1g shadowsocksr]# sudo pip install requests Requirement already satisfied: requests in /usr/lib/python2.7/site-packages You are using pip version 9.0.3, however version 10.0.1 is available. You should consider...

I've downgraded to 1.8.27 but still no intelliense for `*.vue` files, even I wrote the wrong import path intentionally it didn't give any error: