We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe443d commit 0aa7dbaCopy full SHA for 0aa7dba
index.d.ts
@@ -1,3 +1,4 @@
1
+import Vue = require("vue");
2
import { ComponentOptions } from "vue";
3
-export default function(options: ComponentOptions): ClassDecorator;
4
+export default function <V extends Vue>(options: ComponentOptions<V>): ClassDecorator;
package.json
@@ -36,7 +36,7 @@
36
"chai": "^3.5.0",
37
"mocha": "^2.4.5",
38
"node-libs-browser": "^1.0.0",
39
- "vue": "^2.0.0-rc.6",
+ "vue": "^2.0.0-rc.7",
40
"webpack": "^1.12.12"
41
}
42
0 commit comments