VueTube/NUXT/pages/channel/about.vue

12 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>