chore: Upgrade vue router to the 3.x (#2981)
This commit is contained in:
parent
f2e2a0b7ed
commit
84b96526db
2 changed files with 5 additions and 5 deletions
|
@ -61,7 +61,7 @@
|
|||
"vue-i18n": "8.24.3",
|
||||
"vue-loader": "15.9.6",
|
||||
"vue-multiselect": "~2.1.6",
|
||||
"vue-router": "~2.2.0",
|
||||
"vue-router": "~3.5.2",
|
||||
"vue-template-compiler": "2.6.12",
|
||||
"vue-upload-component": "2.8.22",
|
||||
"vue2-datepicker": "^3.9.1",
|
||||
|
|
|
@ -15069,10 +15069,10 @@ vue-resize@^1.0.1:
|
|||
dependencies:
|
||||
"@babel/runtime" "^7.13.10"
|
||||
|
||||
vue-router@~2.2.0:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-2.2.1.tgz#b027f9fac2cf13462725e843d6dc631b6aa077f6"
|
||||
integrity sha1-sCf5+sLPE0YnJehD1txjG2qgd/Y=
|
||||
vue-router@~3.5.2:
|
||||
version "3.5.2"
|
||||
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.2.tgz#5f55e3f251970e36c3e8d88a7cd2d67a350ade5c"
|
||||
integrity sha512-807gn82hTnjCYGrnF3eNmIw/dk7/GE4B5h69BlyCK9KHASwSloD1Sjcn06zg9fVG4fYH2DrsNBZkpLtb25WtaQ==
|
||||
|
||||
vue-style-loader@^4.1.0:
|
||||
version "4.1.3"
|
||||
|
|
Loading…
Reference in a new issue