diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-10 10:27:05 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-10 10:27:05 +0900 |
| commit | ff7bb97d8ee04a6a56aaea8a09f9b4d7170f2064 (patch) | |
| tree | 54440ed27272a0c75fdd2ba9d3b83b095993c27c /src/web/app/v.d.ts | |
| parent | wip (diff) | |
| download | misskey-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.ts | 4 |
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; +} |