1<script setup lang="ts"> 2import LookUp from "@/components/LookUp.vue"; 3</script> 4 5<template> 6<main> 7<LookUp/> 8</main> 9</template> 10 11