dongyukun
2025-06-03 f86111f6c5d02e2a0d8ec13411fddefb78d1bd8b
1
2
3
4
5
6
7
8
9
import { ConfigGlobalTypes } from '@/types/configGlobal'
 
export const useConfigGlobal = () => {
  const configGlobal = inject('configGlobal', {}) as ConfigGlobalTypes
 
  return {
    configGlobal
  }
}