Open linonetwo opened 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)
pnpm dlx create-wujie@latest
直接创建出来的应用,改为 ts 就有问题了
Expected 2 arguments, but got 1.ts(2554)