mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix(examples): Ugrade vue-property-decorator
in typescript examples (#4767)
This commit is contained in:
parent
36ca945d00
commit
73507b80b0
@ -5,7 +5,7 @@
|
||||
"axios": "^0.18.0",
|
||||
"nuxt-ts-edge": "latest",
|
||||
"tachyons": "^4.11.1",
|
||||
"vue-property-decorator": "^7.2.0",
|
||||
"vue-property-decorator": "^7.3.0",
|
||||
"vuex-class": "^0.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"nuxt-ts-edge": "latest",
|
||||
"vue-property-decorator": "^7.2.0"
|
||||
"vue-property-decorator": "^7.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nuxt-ts",
|
||||
|
Loading…
Reference in New Issue
Block a user