UNPKG

create-iking-admin

Version:

金合技术中台脚手架

7 lines (5 loc) 229 B
import type { ComponentInternalInstance } from 'vue' export default function useGlobalProperties() { const { appContext } = getCurrentInstance() as ComponentInternalInstance return appContext.config.globalProperties }