fix: import nuxt composables from #imports (#109)

This commit is contained in:
Daniel Roe 2023-11-08 14:09:31 +00:00 committed by GitHub
parent 8f615c3582
commit 4217f4aa55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { defineNuxtPlugin } from '#app'
import { defineNuxtPlugin } from '#imports'
import { Sortable } from 'sortablejs-vue3'
export default defineNuxtPlugin((nuxtApp) => {