initial
This commit is contained in:
13
layers/ui/plugins/global-config.ts
Normal file
13
layers/ui/plugins/global-config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { NuxtLink } from '#components'
|
||||
import { provideGlobalConfig } from '#imports'
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
provideGlobalConfig(
|
||||
computed(() => ({
|
||||
LINK_COMPONENT: NuxtLink,
|
||||
})),
|
||||
nuxtApp.vueApp,
|
||||
)
|
||||
|
||||
return {}
|
||||
})
|
||||
Reference in New Issue
Block a user