|
1 | 1 | <template lang="pug"> |
2 | | - v-app(:class="{ ready: ready }" v-scroll="onScroll") |
3 | | - v-container.px-0(fluid) |
4 | | - top-bar(:offset-top="offsetTop") |
5 | | - router-view |
| 2 | +w-app(:class="{ ready }" v-scroll="onScroll") |
| 3 | + top-bar(:offset-top="offsetTop") |
| 4 | + router-view |
6 | 5 |
|
7 | | - v-fab-transition |
8 | | - v-btn(color="primary" fixed bottom right fab v-show="!goTopHidden" small v-scroll-to="'#top'") |
9 | | - //- Width to prevent ugly first load animation when icon is not yet ready. |
10 | | - v-icon(color="white" size="26" style="width: 24px") keyboard_arrow_up |
| 6 | + w-transition-twist |
| 7 | + w-button(color="primary" fixed bottom right fab v-show="!goTopHidden" small v-scroll-to="'#top'") |
| 8 | + //- Width to prevent ugly first load animation when icon is not yet ready. |
| 9 | + w-icon(color="white" size="26" style="width: 24px") md keyboard_arrow_up |
11 | 10 |
|
12 | | - v-footer.px-0.py-2(color="white") |
13 | | - v-layout.max-widthed(wrap justify-center) |
14 | | - v-flex.xs12.sm6.text-center.text-sm-left.copyright. |
15 | | - Copyright © {{ (new Date()).getFullYear() }} Antoni André, all rights reserved. |
16 | | - v-flex.xs12.sm6.text-center.text-sm-right.made-with |
17 | | - .mb-1 This documentation is made with #[v-icon fab fa-vuejs], #[v-icon fab fa-html5], #[v-icon fab fa-css3], #[v-icon fab fa-sass] & #[v-icon.heart favorite] |
18 | | - | View this project on #[a(href="https://github.com/antoniandre/vueper-slides" target="_blank") #[v-icon fab fa-github] Github]. |
| 11 | + footer.px-0.py-2(color="white") |
| 12 | + w-flex.max-widthed(wrap justify-center) |
| 13 | + .xs12.sm6.text-center.text-sm-left.copyright. |
| 14 | + Copyright © {{ (new Date()).getFullYear() }} Antoni André, all rights reserved. |
| 15 | + .xs12.sm6.text-center.text-sm-right.made-with |
| 16 | + .mb-1 This documentation is made with #[w-icon fab fa-vuejs], #[w-icon fab fa-html5], #[w-icon fab fa-css3], #[w-icon fab fa-sass] & #[w-icon.heart md favorite] |
| 17 | + | View this project on #[a(href="https://github.com/antoniandre/vueper-slides" target="_blank") #[w-icon fab fa-github] Github]. |
19 | 18 | </template> |
20 | 19 |
|
21 | 20 | <script> |
@@ -55,7 +54,7 @@ $main-text: #888; |
55 | 54 | height: 650px; |
56 | 55 | } |
57 | 56 |
|
58 | | -.v-card {box-shadow: none;} |
| 57 | +.w-card {box-shadow: none;} |
59 | 58 |
|
60 | 59 | // FOOTER |
61 | 60 | //=================================================// |
|
0 commit comments