diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-23 17:30:14 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-03-23 17:30:14 +0900 |
| commit | d6e23b803b10a471bb5b1054b357c70a16e8f6da (patch) | |
| tree | 111c870777d931cc56b5e34553e1b286bb2ba78c /src/client/components/note.sub.vue | |
| parent | refactor(build): gulpを経由しないでTypeScriptのビルドを行うよ... (diff) | |
| download | sharkey-d6e23b803b10a471bb5b1054b357c70a16e8f6da.tar.gz sharkey-d6e23b803b10a471bb5b1054b357c70a16e8f6da.tar.bz2 sharkey-d6e23b803b10a471bb5b1054b357c70a16e8f6da.zip | |
refactor: Tweak path alias of client
Diffstat (limited to 'src/client/components/note.sub.vue')
| -rw-r--r-- | src/client/components/note.sub.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/note.sub.vue b/src/client/components/note.sub.vue index 28553ea4a7..853d481406 100644 --- a/src/client/components/note.sub.vue +++ b/src/client/components/note.sub.vue @@ -24,7 +24,7 @@ import { defineComponent } from 'vue'; import XNoteHeader from './note-header.vue'; import XSubNoteContent from './sub-note-content.vue'; import XCwButton from './cw-button.vue'; -import * as os from '@/os'; +import * as os from '@client/os'; export default defineComponent({ name: 'XSub', |