Skip to content

Commit 0aa7dba

Browse files
ktsnyyx990803
authored andcommitted
update typings (#22)
1 parent 6fe443d commit 0aa7dba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import Vue = require("vue");
12
import { ComponentOptions } from "vue";
23

3-
export default function(options: ComponentOptions): ClassDecorator;
4+
export default function <V extends Vue>(options: ComponentOptions<V>): ClassDecorator;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"chai": "^3.5.0",
3737
"mocha": "^2.4.5",
3838
"node-libs-browser": "^1.0.0",
39-
"vue": "^2.0.0-rc.6",
39+
"vue": "^2.0.0-rc.7",
4040
"webpack": "^1.12.12"
4141
}
4242
}

0 commit comments

Comments
 (0)