Skip to content

portal-target

portal-target

ts
import type { InjectionKey, Ref } from 'vue'

export const portalTargetInjectionKey: InjectionKey<Ref<string | HTMLElement>> = Symbol('vue-ui.portal-target')
ts
import type { InjectionKey, Ref } from 'vue'

export const portalTargetInjectionKey: InjectionKey<Ref<string | HTMLElement>> = Symbol('vue-ui.portal-target')