mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-16 16:42:50 +00:00
11 lines
158 B
TypeScript
11 lines
158 B
TypeScript
import { useStore } from "./store";
|
|
import "./static/css/index.scss";
|
|
|
|
export function useBase() {
|
|
return {
|
|
...useStore()
|
|
};
|
|
}
|
|
|
|
export * from "./common";
|