mirror of
https://github.com/keven1024/015.git
synced 2026-06-08 21:34:33 +00:00
fix: update package.json dependencies and refactor share composables for improved functionality
This commit is contained in:
6
front/composables/useMyAppConfig.ts
Normal file
6
front/composables/useMyAppConfig.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
const useMyAppConfig = () => {
|
||||
const { data } = useFetch("/config");
|
||||
return data;
|
||||
};
|
||||
|
||||
export default useMyAppConfig;
|
||||
Reference in New Issue
Block a user