summaryrefslogtreecommitdiff
path: root/src/web/app/v.d.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-10 10:27:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-10 10:27:05 +0900
commitff7bb97d8ee04a6a56aaea8a09f9b4d7170f2064 (patch)
tree54440ed27272a0c75fdd2ba9d3b83b095993c27c /src/web/app/v.d.ts
parentwip (diff)
downloadmisskey-ff7bb97d8ee04a6a56aaea8a09f9b4d7170f2064.tar.gz
misskey-ff7bb97d8ee04a6a56aaea8a09f9b4d7170f2064.tar.bz2
misskey-ff7bb97d8ee04a6a56aaea8a09f9b4d7170f2064.zip
wip
Diffstat (limited to 'src/web/app/v.d.ts')
-rw-r--r--src/web/app/v.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/web/app/v.d.ts b/src/web/app/v.d.ts
new file mode 100644
index 0000000000..8f3a240d80
--- /dev/null
+++ b/src/web/app/v.d.ts
@@ -0,0 +1,4 @@
+declare module "*.vue" {
+ import Vue from 'vue';
+ export default Vue;
+}