smart-lookup/pages/index.vue

8 lines
194 B
Vue
Raw Normal View History

2022-06-09 14:51:35 +00:00
<template>
<div class="sm:mx-auto sm:w-full sm:max-w-md">
<div class="bg-white py-8 px-4 shadow sm:rounded-lg sm:px-10">
<div>Enter any address</div>
</div>
</div>
</template>