We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba84129 commit 351c7f9Copy full SHA for 351c7f9
src/runtime/ionic.ts
@@ -1,4 +1,5 @@
1
import { IonicVue } from '@ionic/vue'
2
+import { defineNuxtPlugin } from '#imports'
3
4
export default defineNuxtPlugin(nuxtApp => {
5
nuxtApp.vueApp.use(IonicVue)
src/runtime/router.ts
@@ -4,6 +4,7 @@ import {
createMemoryHistory,
} from '@ionic/vue-router'
6
7
8
import routes from '#build/routes'
9
10
0 commit comments