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:
parent
387a1c5b59
commit
90910ee71e
@ -2,9 +2,7 @@
|
||||
<v-app>
|
||||
<toolbar></toolbar>
|
||||
<v-content>
|
||||
<v-container fluid>
|
||||
<router-view></router-view>
|
||||
</v-container>
|
||||
<router-view></router-view>
|
||||
</v-content>
|
||||
<a-footer />
|
||||
</v-app>
|
||||
|
Loading…
Reference in New Issue
Block a user