Newer
Older
nocode-AR / src / components / Header.vue
@Satou Fumiya Satou Fumiya on 30 Aug 2022 255 bytes add:leaflet & tpl-model
<template>
  <header class="sticky top-0 z-10 h-[88px] flex justify-between items-center bg-white shadow-md">
    <h1 class="text-3xl ml-[4%] hover:cursor-pointer" @click="$router.push('./')">nocode-AR</h1>
    <img src="" alt="">
  </header>
</template>