Ttou
Ttou
have this same issue when using fastify. my plan is using pnpm patch to modity the package.
if set type with number, it runs fine ``` const hash = await argon2.hash('password', { type: argon2.argon2d // error }) const hash2 = await argon2.hash('password', { type: 0 // success...
10.9.0 fixed
其实是 types 忘写了,直接改包
@FengHuangDong 加好加,没人合啊
macOS Safari12 you can download this repo for test: `[email protected]:Ttou/vue-icon-template.git`
降成 18.2.0 确实没这个提示了
是不是主应用的 vue-router 只能激活到某个子应用首页,不能跳转到其他的页
确认下流程,目前从主应用跳转到另一个子应用具体页面: - 判断目标子应用是否已激活 - 是:使用 microApp.router.push 跳转 - 否:使用 vue-router 先跳转目标子应用,同时下发数据通知子应用跳转到对应页面