feat: make buttontotop selective

This commit is contained in:
2022-08-10 11:05:20 -04:00
parent 9484692dfa
commit ef78861e16
5 changed files with 14 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ useTitle("Home");
</script>
<template>
<ButtonToTop />
<main class="flex flex-col items-center justify-around gap-8">
<h1>Welcome!</h1>
<p>What are you here to see?</p>

View File

@@ -2,4 +2,6 @@
useTitle("Stories");
</script>
<template></template>
<template>
<main class="flex grow">hello</main>
</template>