We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b07b9f commit c5acb45Copy full SHA for c5acb45
1 file changed
app/assets/views/AboutView.vue
@@ -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>
11
<template>
12
- <h1>{{ $t('ABOUT') }}</h1>
13
<p>
14
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
15
labore et dolore magna aliqua. Sit amet luctus venenatis lectus magna. In hac habitasse
0 commit comments