tweak style

This commit is contained in:
syuilo
2021-07-29 23:59:45 +09:00
parent 0d276d0d61
commit b1e6a33d6b
6 changed files with 36 additions and 11 deletions

View File

@@ -20,7 +20,6 @@ export default defineComponent({
[symbols.PAGE_INFO]: {
title: computed(() => this.folder ? this.folder.name : this.$ts.drive),
icon: 'fas fa-cloud',
menu: () => this.$refs.drive.getMenu()
},
folder: null,
};