diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-01-03 22:38:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-01-03 22:38:32 +0900 |
| commit | c6fe79809286ca4a886a2a8e01efb4201bb5a2c1 (patch) | |
| tree | 1c8bf0d7749e453e1113afead08fe6e433e9abb9 /src/client/components | |
| parent | Fix CSS injection at MFM speed (#7051) (diff) | |
| download | sharkey-c6fe79809286ca4a886a2a8e01efb4201bb5a2c1.tar.gz sharkey-c6fe79809286ca4a886a2a8e01efb4201bb5a2c1.tar.bz2 sharkey-c6fe79809286ca4a886a2a8e01efb4201bb5a2c1.zip | |
サーバー情報ウィジェット
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/drive.file.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/drive.file.vue b/src/client/components/drive.file.vue index ddee81261e..d2b8b95f73 100644 --- a/src/client/components/drive.file.vue +++ b/src/client/components/drive.file.vue @@ -36,7 +36,7 @@ import { faEye, faEyeSlash } from '@fortawesome/free-regular-svg-icons'; import { faDownload, faLink, faICursor, faTrashAlt } from '@fortawesome/free-solid-svg-icons'; import copyToClipboard from '@/scripts/copy-to-clipboard'; import MkDriveFileThumbnail from './drive-file-thumbnail.vue'; -import bytes from '../filters/bytes'; +import bytes from '@/filters/bytes'; import * as os from '@/os'; export default defineComponent({ |