feat: make buttontotop selective
This commit is contained in:
@@ -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>
|
||||
|
@@ -2,4 +2,6 @@
|
||||
useTitle("Stories");
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
<template>
|
||||
<main class="flex grow">hello</main>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user