Skip to content

Commit c5acb45

Browse files
committed
Update About View
1 parent 1b07b9f commit c5acb45

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

app/assets/views/AboutView.vue

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
<script setup lang="ts">
2-
import { onMounted } from 'vue'
3-
import { usePageMeta } from '@userfrosting/sprinkle-core/composables'
4-
const page = usePageMeta()
5-
6-
// Hide the title on this page
7-
onMounted(() => {
8-
page.hideTitle = true
9-
})
10-
</script>
111
<template>
12-
<h1>{{ $t('ABOUT') }}</h1>
132
<p>
143
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
154
labore et dolore magna aliqua. Sit amet luctus venenatis lectus magna. In hac habitasse

0 commit comments

Comments
 (0)