Add page-content-wrapper to main app template

This commit is contained in:
Lance Edgar 2020-02-08 21:21:39 -06:00
parent dfc4b88ca8
commit fb5e6cde46

View file

@ -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">