1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 21:02:13 +03:00

removed useless v-container component from app.vue

This commit is contained in:
zeot 2018-12-17 17:42:43 +04:00
parent 387a1c5b59
commit 90910ee71e

View File

@ -2,9 +2,7 @@
<v-app> <v-app>
<toolbar></toolbar> <toolbar></toolbar>
<v-content> <v-content>
<v-container fluid> <router-view></router-view>
<router-view></router-view>
</v-container>
</v-content> </v-content>
<a-footer /> <a-footer />
</v-app> </v-app>