1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 23:44:01 +02:00
This commit is contained in:
syuilo
2020-08-25 09:03:52 +09:00
parent 7326f45ffd
commit 598e39a1f3
49 changed files with 54 additions and 54 deletions

View File

@@ -1,13 +1,13 @@
<template>
<div class="full">
<teleport to="#_teleport_header">
<portal to="header">
<button @click="menu" class="_button _jmoebdiw_">
<fa :icon="faCloud" style="margin-right: 8px;"/>
<span v-if="folder">{{ $t('drive') }} ({{ folder.name }})</span>
<span v-else>{{ $t('drive') }}</span>
<fa :icon="menuOpened ? faAngleUp : faAngleDown" style="margin-left: 8px;"/>
</button>
</teleport>
</portal>
<x-drive ref="drive" @cd="x => folder = x"/>
</div>
</template>