mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
[feat] add feed icon in navbar
This commit is contained in:
parent
fa40ea4ade
commit
daa39165fe
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
el-menu-item(v-if='$auth.loggedIn' @click='logout' :title="$t('common.logout')")
|
||||
v-icon(color='red' name='sign-out-alt')
|
||||
|
||||
a(href='/feed/rss')
|
||||
el-menu-item(:title="$t('common.feed')")
|
||||
v-icon(color='orange' name='rss')
|
||||
|
||||
</template>
|
||||
<script>
|
||||
import { Message } from 'element-ui'
|
||||
|
|
Loading…
Reference in a new issue