Newer
Older
robot_dog_patrol_front / src / utils / composables / useGlobalProperties.ts
lyg on 27 Jun 223 bytes v3项目初始化
import type { ComponentInternalInstance } from 'vue'

export default function useGlobalProperties() {
  const { appContext } = getCurrentInstance() as ComponentInternalInstance
  return appContext.config.globalProperties
}