Merge pull request #4775 from danielroe/app-import

fix: import nuxt composables from #imports
pull/4815/head
Tuğçe Küçükoğlu 2023-11-13 08:50:50 +03:00 committed by GitHub
commit 69ea15722a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
import { defineNuxtPlugin } from 'nuxt/app';
import { defineNuxtPlugin } from '#imports';
export default defineNuxtPlugin(({ vueApp }) => {});