1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-21 10:08:19 +09:00
cherrypick/src/web/app/v.d.ts
2018-02-10 10:27:05 +09:00

5 lines
72 B
TypeScript

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