diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-18 09:48:00 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-18 09:48:00 +0900 |
| commit | 54d40420ada996e844eed231117619928e130fce (patch) | |
| tree | 9783220c2d3d75283a63b2ee77d1fca26dcf2a01 /src/client/app/common/views/components/drive-settings.vue | |
| parent | Refactor client (#4307) (diff) | |
| download | misskey-54d40420ada996e844eed231117619928e130fce.tar.gz misskey-54d40420ada996e844eed231117619928e130fce.tar.bz2 misskey-54d40420ada996e844eed231117619928e130fce.zip | |
Use v-slot instead of slot
Diffstat (limited to 'src/client/app/common/views/components/drive-settings.vue')
| -rw-r--r-- | src/client/app/common/views/components/drive-settings.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/drive-settings.vue b/src/client/app/common/views/components/drive-settings.vue index 89a23686b6..72129f8e56 100644 --- a/src/client/app/common/views/components/drive-settings.vue +++ b/src/client/app/common/views/components/drive-settings.vue @@ -1,6 +1,6 @@ <template> <ui-card> - <div slot="title"><fa icon="cloud"/> {{ $t('@.drive') }}</div> + <template v-slot:title><fa icon="cloud"/> {{ $t('@.drive') }}</template> <section v-if="!fetching" class="juakhbxthdewydyreaphkepoxgxvfogn"> <div class="meter"><div :style="meterStyle"></div></div> |