wip
This commit is contained in:
parent
e5992742d4
commit
d39c153c57
17 changed files with 770 additions and 468 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="_section" style="padding: 0;" v-if="this.$store.getters.isSignedIn">
|
||||
<div class="_section" style="padding: 0;" v-if="$store.getters.isSignedIn">
|
||||
<MkTab class="_content" v-model:value="tab">
|
||||
<option value="featured"><Fa :icon="faFireAlt"/> {{ $t('_channel.featured') }}</option>
|
||||
<option value="following"><Fa :icon="faHeart"/> {{ $t('_channel.following') }}</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue