summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-12-11 21:52:57 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-12-11 21:52:57 +0900
commite6495ea6e2feeb163efd25c9fec3e1bbc0e8f15f (patch)
tree858acaee558ac79ae298548012877abde10b3604 /src/client
parentUpdate vetur (diff)
downloadmisskey-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.ts6
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
}