dev #2
1 changed files with 7 additions and 0 deletions
7
app.vue
7
app.vue
|
@ -1,11 +1,14 @@
|
|||
<template>
|
||||
<div>
|
||||
<Banner v-if="banner" />
|
||||
<NuxtPage />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
const banner = useState("banner", () => false);
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
@ -42,4 +45,8 @@ a {
|
|||
border-right: 1px solid rgb(70, 70, 70);
|
||||
}
|
||||
|
||||
.rounded-corners {
|
||||
border-radius: .3rem;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue