mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-20 13:49:37 +02:00
7 lines
87 B
Vue
7 lines
87 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<NuxtRouteAnnouncer />
|
||
|
<NuxtWelcome />
|
||
|
</div>
|
||
|
</template>
|