潘志宝
2024-09-09 2f0aa40dc7f6ce0c84d5fb10ddaa44eb3920dedc
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
  }
}