Update Nav

This commit is contained in:
Thehrz 2023-02-18 10:45:10 +08:00
parent 311135d6a0
commit 8e3989df5c
4 changed files with 3 additions and 13 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<nav> <nav>
<v-toolbar :theme="isDark ? 'dark' : 'light'"> <v-toolbar :theme="isDark ? 'dark' : 'light'">
<v-toolbar-title>Vuetify</v-toolbar-title> <v-toolbar-title>合肥市南园学校19预科2班</v-toolbar-title>
<v-spacer /> <v-spacer />
</v-toolbar> </v-toolbar>
</nav> </nav>

View File

@ -9,7 +9,7 @@ export default {
</script> </script>
<template> <template>
<main class="text-gray-700 dark:text-gray-200 min-h-screen flex flex-col !overflow-y-auto"> <main class="text-gray-700 dark:text-gray-200 min-h-screen flex flex-col">
<Nav /> <Nav />
<RouterView /> <RouterView />
<Footer /> <Footer />

View File

@ -1,11 +0,0 @@
## Modules
A custom user module system. Place a `.ts` file with the following template, it will be installed automatically.
```ts
import { type UserModule } from '~/types'
export const install: UserModule = ({ app, router, isClient }) => {
// do something
}
```

View File

@ -6,6 +6,7 @@ body,
height: 100%; height: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow-y: auto;
} }
html.dark { html.dark {