File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1515</template >
1616
1717<style lang="scss" scoped>
18+ @font-face {
19+ font-family : Preciosa;
20+ src : url (@/assets/fonts/Preciosa-VVKw.ttf );
21+ }
22+
1823.presentation {
1924 display : grid ;
2025 grid-template-columns : repeat (2 , 1fr );
3439 b {
3540 font-family : Preciosa;
3641 font-size : 46px ;
42+ font-weight : 200 ;
3743 }
3844}
3945 </style >
Original file line number Diff line number Diff line change 66import Vue from ' vue'
77// -----------Fazendo o SSR (SEMPRE NAS PAGES):
88// 1º Importamos o modulo definido na pasta store:
9- import { books } from ' @/store'
109
1110export default Vue .extend ({
1211 layout: ' iBook' ,
1312 /* Testando o módulo:
1413 (sendo esse módulo assíncrono para a página
1514 só ser exibida depois que os livros carregarem): */
16- async asyncData() {
17- await books .index ()
18- },
1915})
2016 </script >
You can’t perform that action at this time.
0 commit comments