AE
import Vuetify from 'vuetify'
import 'vuetify/dist/vuetify.min.css'
Size: a a a
AE
R
R
R
<template>
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
<router-view />
</template>
R
AE
AE
<template>
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
<router-view />
</template>
AE
<template>```
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
<router-view />
</div>
</template>
AE
nt
AE
AE
nt
AE
nt
AE
nt
D
AE
AE