Add page-content-wrapper to main app template
This commit is contained in:
parent
dfc4b88ca8
commit
fb5e6cde46
|
@ -3,8 +3,10 @@
|
|||
<slot>
|
||||
<p>TODO: put your nav in the default slot!</p>
|
||||
</slot>
|
||||
<div class="page-content">
|
||||
<router-view />
|
||||
<div class="page-content-wrapper">
|
||||
<div class="page-content">
|
||||
<router-view />
|
||||
</div>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
<slot name="footer">
|
||||
|
|
Loading…
Reference in a new issue