Skip to content

Commit 9cdf360

Browse files
committed
fix: remove extraneous div wrapper
1 parent c02a54f commit 9cdf360

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/runtime/app.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<template>
2-
<div>
3-
<ion-app>
4-
<ion-router-outlet />
5-
</ion-app>
6-
</div>
2+
<ion-app>
3+
<ion-router-outlet />
4+
</ion-app>
75
</template>
86

97
<script setup>

0 commit comments

Comments
 (0)