Skip to content

Commit 685e102

Browse files
committed
Fix include of Vue for newer TS versions
1 parent 0542e19 commit 685e102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/vue.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Extends interfaces in Vue.js
33
*/
44

5-
import Vue = require("vue");
5+
import Vue from "vue";
66
import { HttpHeaders, HttpOptions, HttpResponse, $http, $resource } from "./index";
77

88
declare module "vue/types/options" {

0 commit comments

Comments
 (0)