We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0542e19 commit 685e102Copy full SHA for 685e102
types/vue.d.ts
@@ -2,7 +2,7 @@
2
* Extends interfaces in Vue.js
3
*/
4
5
-import Vue = require("vue");
+import Vue from "vue";
6
import { HttpHeaders, HttpOptions, HttpResponse, $http, $resource } from "./index";
7
8
declare module "vue/types/options" {
0 commit comments