Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit adb0f3a

Browse files
committed
chore: remove nuxt-ui
1 parent 318c5f5 commit adb0f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keys/portal-target.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import type { InjectionKey, Ref } from 'vue'
22

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

0 commit comments

Comments
 (0)