add app bar
This commit is contained in:
parent
9af14d26a7
commit
5ca3b5e9c6
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<v-app>
|
<v-app>
|
||||||
|
<v-app-bar>
|
||||||
|
<v-app-bar-nav-icon icon="mdi-home" to="/"/>
|
||||||
|
</v-app-bar>
|
||||||
<v-main>
|
<v-main>
|
||||||
<router-view />
|
<router-view />
|
||||||
</v-main>
|
</v-main>
|
||||||
|
|
Loading…
Add table
Reference in a new issue