1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-12 13:48:28 +09:00
cherrypick/src/client/v.d.ts

5 lines
72 B
TypeScript
Raw Normal View History

2018-12-19 21:20:25 +09:00
declare module '*.vue' {
2018-02-10 10:27:05 +09:00
import Vue from 'vue';
export default Vue;
}