useGlobalProperties.ts 223 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import type { ComponentInternalInstance } from 'vue' export default function useGlobalProperties() { const { appContext } = getCurrentInstance() as ComponentInternalInstance return appContext.config.globalProperties }