smart-lookup/app.vue
Georges KABBOUCHI cc4a3e9a17 Update app.vue
2022-06-09 18:41:52 +03:00

11 lines
385 B
Vue
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<Html class="h-full bg-gray-50">
<Body class="h-full" />
</Html>
<div class="min-h-full flex flex-col items-center justify-center py-12 sm:px-6 lg:px-8">
<NuxtPage />
<div class="mt-3">Made with by <a href="https://instadapp.io" class="hover:underline font-medium" target="_blank" rel="noopener noreferrer">Instadapp</a></div>
</div>
</template>