VueTube/NUXT/pages/channel/about.vue

12 lines
191 B
Vue
Raw Normal View History

2022-05-05 23:09:28 +00:00
<template>
2022-05-14 04:16:15 +00:00
<div>
<b>Description</b>
<p>{{ $store.state.channel.descriptionPreview }}</p>
<br />
<br />
<b>Links</b>
<br />
<b>More Info</b>
</div>
2022-05-05 23:09:28 +00:00
</template>