diff --git a/package-lock.json b/package-lock.json index 016fe7e..48354ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1746,9 +1746,9 @@ } }, "acorn": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.0.tgz", - "integrity": "sha512-gac8OEcQ2Li1dxIEWGZzsp2BitJxwkwcOm0zHAJLcPJaVvm58FRnk6RkuLRpU1EujipU2ZFODv2P9DLMfnV8mw==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==", "dev": true }, "acorn-jsx": { @@ -11859,6 +11859,12 @@ } } }, + "vue-router": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.1.6.tgz", + "integrity": "sha512-GYhn2ynaZlysZMkFE5oCHRUTqE8BWs/a9YbKpNLi0i7xD6KG1EzDqpHQmv1F5gXjr8kL5iIVS8EOtRaVUEXTqA==", + "dev": true + }, "vue-style-loader": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.2.tgz", diff --git a/package.json b/package.json index d2a077f..eee8938 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "eslint-plugin-vue": "^6.1.2", "node-sass": "^4.13.1", "sass-loader": "^8.0.2", + "vue-router": "^3.1.6", "vue-template-compiler": "^2.6.11" }, "eslintConfig": { diff --git a/public/index.html b/public/index.html index a0a38d3..56563bd 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ -
+