1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-20 13:49:37 +02:00
it-tools/packages/app/app.vue

7 lines
87 B
Vue
Raw Normal View History

2024-10-24 14:40:54 +02:00
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtWelcome />
</div>
</template>