fix warnings

This commit is contained in:
lightling 2025-03-04 21:21:12 -05:00
parent 72c20bde7f
commit 6f4790c301
Signed by: lightling
GPG key ID: F1F29650D537C773

View file

@ -27,10 +27,10 @@ main
v-slot='{ Component }' v-slot='{ Component }'
) )
Transition Transition
component( div
:id='routeId' component(
:is='Component' :is='Component'
) )
</template> </template>
<style lang="sass"> <style lang="sass">