refactor: react router (#5073)
* refactor: react router * chore: update * fix: router * refactor: generate router children by navItems * chore: set start page when create window * docs: update UPDATELOG.md
This commit is contained in:
@@ -80,7 +80,7 @@ export default defineConfig({
|
||||
if (
|
||||
id.includes("react") ||
|
||||
id.includes("react-dom") ||
|
||||
id.includes("react-router-dom")
|
||||
id.includes("react-router")
|
||||
) {
|
||||
return "react-core";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user