Fix title related issues
This commit is contained in:
@@ -9,3 +9,5 @@ onMounted(function () {
|
||||
document.title = props.title
|
||||
})
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
|
||||
@@ -95,13 +95,13 @@ export default {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<vue-title title="Discover"></vue-title>
|
||||
<loading-screen v-show="!data && status != 'error'"></loading-screen>
|
||||
<div v-show="status === 'error'">
|
||||
<error-message></error-message>
|
||||
</div>
|
||||
|
||||
<div v-show="data" class="max-w-5xl grow w-[100vw] mx-auto">
|
||||
<vue-title title="Discover"></vue-title>
|
||||
<div v-if="following && following.length > 0" class="p-2 text-contrast mb-4">
|
||||
<h1 class="font-bold text-5xl">{{ $t('home.following') }}</h1>
|
||||
<p class="text-xl mb-2">{{ $t('home.streamersYouFollow') }}</p>
|
||||
|
||||
Reference in New Issue
Block a user