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> <slot>
<p>TODO: put your nav in the default slot!</p> <p>TODO: put your nav in the default slot!</p>
</slot> </slot>
<div class="page-content"> <div class="page-content-wrapper">
<router-view /> <div class="page-content">
<router-view />
</div>
</div> </div>
<footer class="footer"> <footer class="footer">
<slot name="footer"> <slot name="footer">