1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

fix cors example

This commit is contained in:
Rob Ede
2022-03-15 17:32:27 +00:00
parent ba7812fb0a
commit c9ebeacf58
4 changed files with 96 additions and 83 deletions

View File

@ -10,7 +10,7 @@
"vue": "2.6.12"
},
"devDependencies": {
"@vue/cli-service": "^3.0.0",
"vue-template-compiler": "2.6.12"
"@vue/cli-service": "^5.0.0",
"vue-template-compiler": "^2.6.0"
}
}