Improve drive information

This commit is contained in:
syuilo
2018-10-25 11:30:30 +09:00
parent 0206a4ac83
commit 7dde3465e2
13 changed files with 192 additions and 61 deletions

View File

@@ -8,7 +8,7 @@
@drop.stop="onDrop"
>
<template v-if="folder == null">%fa:cloud%</template>
<span>{{ folder == null ? '%i18n:@drive%' : folder.name }}</span>
<span>{{ folder == null ? '%i18n:common.drive%' : folder.name }}</span>
</div>
</template>