Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #246 from asbermudez/vue-inheritance-fix
Browse files Browse the repository at this point in the history
Vue typing issue solved
  • Loading branch information
kaorun343 authored Aug 27, 2019
2 parents 17b0d6e + a5337d9 commit ec4cbec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"reflect-metadata": "^0.1.13",
"rollup": "^1.15.6",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2"
"typescript": "^3.5.2",
"vue": "^2.6.10"
},
"typings": "./lib/vue-property-decorator.d.ts",
"dependencies": {
"vue": "^2.6.10",
"vue-class-component": "^7.0.1"
},
"repository": {
Expand Down

0 comments on commit ec4cbec

Please sign in to comment.