From 6f4790c301e1a89ec784ccef762999615839fd15 Mon Sep 17 00:00:00 2001 From: Lightling Date: Tue, 4 Mar 2025 21:21:12 -0500 Subject: [PATCH] fix warnings --- src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4018b86..90f63d1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,10 +27,10 @@ main v-slot='{ Component }' ) Transition - component( - :id='routeId' - :is='Component' - ) + div + component( + :is='Component' + )