mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Move page components into single file
+ Spice it up a little by translating the page component's title.
This commit is contained in:
parent
ce397b6746
commit
65679d417d
@ -12,3 +12,13 @@
|
||||
</ds-container>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.changelog'),
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
@ -70,3 +70,13 @@
|
||||
</ds-container>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.imprint'),
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
@ -11,3 +11,13 @@
|
||||
</ds-container>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.privacy'),
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
@ -11,3 +11,13 @@
|
||||
</ds-container>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.termsAc'),
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
Loading…
x
Reference in New Issue
Block a user