Tencent / wujie

极致的微前端框架
https://wujie-micro.github.io/doc/
Other
4.17k stars 596 forks source link

Expected 2 arguments, but got 1.ts(2554) #910

Open linonetwo opened 1 month ago

linonetwo commented 1 month ago

pnpm dlx create-wujie@latest

直接创建出来的应用,改为 ts 就有问题了

    // Cleanup the listener on component unmount
    return () => {
      bus.$off("sub-route-change");
    };

Expected 2 arguments, but got 1.ts(2554)