lvchengli

Results 4 comments of lvchengli

能复现,是否是 react-router-dom 库的 history 依赖,导致 react-router-config 代码中对 history 的类型推断报错了? ``` XXX/fe_learn/qiankun/node_modules/@types/react-router-config/index.d.ts(12,26): error TS7016: Could not find a declaration file for module 'history'. 'XXX/fe_learn/qiankun/node_modules/history/index.js' implicitly has an 'any' type. If the...

> @Nauxscript @zyf540860996 @CarsonXin @ripeBoy 各位,我现在也遇到这个问题了,请问你们解决了吗? @CarsonXin @Nauxscript @zyf540860996 @carolin-violet @ripeBoy @maikangzhi 可以看下我的解决方案。[https://github.com/lvchengli/qiankun-demo/tree/feature/fix](https://github.com/lvchengli/qiankun-demo/tree/feature/fix) ```javascript // vue2 主应用 + vue3 子应用。在主应用中修改 history,去除子应用的路由前缀 function getPathStr(str) { if (str.startsWith('/vue3')) { return str.replace('/vue3', '')...

> 再加个查询购物车的接口调用就行了,照着博主的教程或者看我fork的代码改一改

👌吃饭了提交 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: 周明杰 ***@***.***> 发送时间: 2022年4月19日 18:19 收件人: mingjiezhou/notes ***@***.***> 抄送: lvchengli ***@***.***>, Comment ***@***.***> 主题: Re: [mingjiezhou/notes] 叮咚抢菜-派送时段查询工具 (Issue #10)