This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
"@nuxtjs/google-analytics" : " ^2.2.0" ,
18
18
"@nuxtjs/netlify-files" : " ^1.0.0" ,
19
19
"@nuxtjs/pwa" : " ^3.0.0-beta.16" ,
20
+ "@nuxtjs/sitemap" : " ^1.2.0" ,
20
21
"eslint-plugin-nuxt" : " ^0.4.3" ,
21
22
"intersection-observer" : " ^0.7.0" ,
22
23
"nuxt-edge" : " ^3.0.0-25886174.42eefa0e" ,
Original file line number Diff line number Diff line change 69
69
</p >
70
70
<div class =" lg:flex justify-center items-center my-16" >
71
71
<ExpertiseCategory
72
- :is-first = " ! index"
72
+ v-for = " (expertise, index) in $t('index.expertises.content') "
73
73
:key =" index"
74
+ :is-first =" !index"
74
75
:list-items =" expertise.listItems"
75
76
:title =" expertise.title"
76
- v-for =" (expertise, index) in $t('index.expertises.content')"
77
77
/>
78
78
</div >
79
79
<p
88
88
<Transition name =" slide-fade" >
89
89
<div class =" lg:flex flex-row justify-around lg:my-8 md:p-4" >
90
90
<InformationIcon
91
+ v-for =" (data,index) in $t('index.informationIcons')"
92
+ :key =" index"
91
93
:class =" {'opacity-0': !showIcons}"
92
94
:content =" data.content"
93
- :key =" index"
94
95
:title =" data.title"
95
- v-for =" (data,index) in $t('index.informationIcons')"
96
96
>
97
97
<Component
98
98
:is =" data.img"
You can’t perform that action at this time.
0 commit comments