1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-21 06:09:36 +02:00
it-tools/packages/app/app.vue

6 lines
71 B
Vue
Raw Normal View History

2024-10-24 14:40:54 +02:00
<template>
2024-10-24 21:05:54 +02:00
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
2024-10-24 14:40:54 +02:00
</template>