eric
eric


me too, how can i resolve?
> ## What happens? > 在vue-router 中 调用 push后, 内部执行了 路由守卫, 并执行了 history.pushState 本身是不会触发 popstate 事件, 但是 single-spa 劫持了 pushState 方法, 手动创建了一个 popstate 事件. 所以导致了 vue-router 的 navigate 走了两遍 ,...
> > > You can add declarations in the d.ts file, like this > > > ```ts > > > declare module "router-remote/*"{} > > > ``` > > >...
After I checked, I found that the mode of the registerPlugins function is env.mode. If the user uses --mode test to execute the packaging command, it will result in an...
It is recommended to change the mode attribute of the options of federation to a mandatory item, which is controlled by the user
原生小程序下的组件还不支持自定义钩子,比如 onReadyUserInfo 没有触发
这个写法挺好的,希望作者兼容下原生小程序的组件,因为确实有写场景需要在组件内部依赖用户信息的
 我在这里看到有声明但是不知道为啥不触发