diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-11 21:52:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-11 21:52:57 +0900 |
| commit | e6495ea6e2feeb163efd25c9fec3e1bbc0e8f15f (patch) | |
| tree | 858acaee558ac79ae298548012877abde10b3604 /src/client | |
| parent | Update vetur (diff) | |
| download | misskey-e6495ea6e2feeb163efd25c9fec3e1bbc0e8f15f.tar.gz misskey-e6495ea6e2feeb163efd25c9fec3e1bbc0e8f15f.tar.bz2 misskey-e6495ea6e2feeb163efd25c9fec3e1bbc0e8f15f.zip | |
Update vue.d.ts
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/@types/vue.d.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/@types/vue.d.ts b/src/client/@types/vue.d.ts index 2b97bd961c..722c07d337 100644 --- a/src/client/@types/vue.d.ts +++ b/src/client/@types/vue.d.ts @@ -1,5 +1,5 @@ declare module '*.vue' { - import type { DefineComponent } from 'vue' - const component: DefineComponent<{}, {}, any> - export default component + import type { DefineComponent } from 'vue' + const component: DefineComponent<{}, {}, any> + export default component } |