1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-16 15:48:09 +09:00
hotomoe/src/client/app/v.d.ts
2018-03-29 20:32:18 +09:00

5 lines
72 B
TypeScript

declare module "*.vue" {
import Vue from 'vue';
export default Vue;
}