We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02a54f commit 9cdf360Copy full SHA for 9cdf360
1 file changed
src/runtime/app.vue
@@ -1,9 +1,7 @@
1
<template>
2
- <div>
3
- <ion-app>
4
- <ion-router-outlet />
5
- </ion-app>
6
- </div>
+ <ion-app>
+ <ion-router-outlet />
+ </ion-app>
7
</template>
8
9
<script setup>
0 commit comments