-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d3a9df
commit 4cbf905
Showing
8 changed files
with
81 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
export { store } from "@/store"; | ||
export { defineStore } from "pinia"; | ||
export { routerArrays } from "@/layout/types"; | ||
export { router, resetRouter, constantMenus } from "@/router"; | ||
export { getConfig, responsiveStorageNameSpace } from "@/config"; | ||
export { | ||
ascending, | ||
filterTree, | ||
filterNoPermissionTree, | ||
formatFlatteningRoutes | ||
} from "@/router/utils"; | ||
export { | ||
isUrl, | ||
isEqual, | ||
debounce, | ||
isBoolean, | ||
getKeyList, | ||
storageLocal, | ||
deviceDetection | ||
} from "@pureadmin/utils"; | ||
export type { | ||
setType, | ||
appType, | ||
userType, | ||
multiType, | ||
cacheType, | ||
positionType | ||
} from "./types"; |
4cbf905
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error during build: RollupError: src/store/modules/permission.ts (8:2): "defineStore" is not exported by "src/store/utils.ts", imported by "src/store/modules/permission.ts".
请问这是什么原因
4cbf905
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
没法复现 删除你的node-modules