Skip to content

Commit 351c7f9

Browse files
committed
fix: explicitly import nuxt composables
1 parent ba84129 commit 351c7f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/runtime/ionic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { IonicVue } from '@ionic/vue'
2+
import { defineNuxtPlugin } from '#imports'
23

34
export default defineNuxtPlugin(nuxtApp => {
45
nuxtApp.vueApp.use(IonicVue)

src/runtime/router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
createMemoryHistory,
55
} from '@ionic/vue-router'
66

7+
import { defineNuxtPlugin } from '#imports'
78
import routes from '#build/routes'
89

910
export default defineNuxtPlugin(nuxtApp => {

0 commit comments

Comments
 (0)