smart-lookup/app.vue

9 lines
200 B
Vue
Raw Normal View History

2022-06-09 14:51:35 +00:00
<template>
<Html class="h-full bg-gray-50">
<Body class="h-full" />
</Html>
<div class="min-h-full flex flex-col justify-center py-12 sm:px-6 lg:px-8">
<NuxtPage />
</div>
</template>