import { getCurrentInstance } from 'vue'; export const useApp = () => { return getCurrentInstance().appContext?.config?.globalProperties; };