Unverified Commit 7bb7cc8c authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera
Browse files

chore: add vue-router-next

parent 2a1a2a71
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
  },
  "scripts": {
    "serve": "vue-cli-service serve ./src/playground.js",
    "playground": "vue-cli-service serve ./src/playground/index.js",
    "build": "rollup -c rollup.config.js",
    "lint": "vue-cli-service lint",
    "prepublishOnly": "npm run lint && npm run build",
@@ -48,7 +49,8 @@
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-vue": "^6.0.0-beta.11",
    "vitepress": "^0.6.0",
    "vue": "^3.0.0"
    "vue": "^3.0.0",
    "vue-router": "^4.0.0-rc.5"
  },
  "husky": {
    "hooks": {
+5 −0
Original line number Diff line number Diff line
@@ -9412,6 +9412,11 @@ vue-loader@^15.9.2:
    vue-hot-reload-api "^2.3.0"
    vue-style-loader "^4.1.0"

vue-router@^4.0.0-rc.5:
  version "4.0.0-rc.5"
  resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.0.0-rc.5.tgz#191d32e3d5276641ff21e881d34e33a71dc6e8f0"
  integrity sha512-Q8Tt6VGwGMN5qASeIdjSydU3uRADK9AUkqnbnzmTz+zZKS0W6GZOAuP235lf3y5/MqEFSKRJGaTWPEY0t+Rjmg==

vue-style-loader@^4.1.0, vue-style-loader@^4.1.2:
  version "4.1.2"
  resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-4.1.2.tgz#dedf349806f25ceb4e64f3ad7c0a44fba735fcf8"