1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-02 16:15:57 +09:00
cherrypick/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;
}