jormungandr-bite/src/client/v.d.ts

5 lines
72 B
TypeScript
Raw Normal View History

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