0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-10 13:35:07 +00:00
VueTube/NUXT/pages/channel/about.vue
2022-05-14 00:16:15 -04:00

11 lines
191 B
Vue

<template>
<div>
<b>Description</b>
<p>{{ $store.state.channel.descriptionPreview }}</p>
<br />
<br />
<b>Links</b>
<br />
<b>More Info</b>
</div>
</template>