feat: make totop optional and normal

This commit is contained in:
2022-08-10 11:40:02 -04:00
parent de40d01939
commit b739e46fe7
5 changed files with 23 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
<script setup lang="ts">
import Navbar from "../components/Navbar.vue";
// this is in /components so i can import the thing
useHead({ title: "Eggworld" });
</script>
@@ -25,6 +24,7 @@ useHead({ title: "Eggworld" });
</p>
</footer>
</div>
<slot name="top-button" />
</template>
<style>