Update Nav
This commit is contained in:
parent
311135d6a0
commit
8e3989df5c
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<nav>
|
||||
<v-toolbar :theme="isDark ? 'dark' : 'light'">
|
||||
<v-toolbar-title>Vuetify</v-toolbar-title>
|
||||
<v-toolbar-title>合肥市南园学校19预科2班</v-toolbar-title>
|
||||
<v-spacer />
|
||||
</v-toolbar>
|
||||
</nav>
|
||||
|
@ -9,7 +9,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<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 />
|
||||
<RouterView />
|
||||
<Footer />
|
||||
|
@ -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
|
||||
}
|
||||
```
|
@ -6,6 +6,7 @@ body,
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
|
Loading…
Reference in New Issue
Block a user