diff --git a/README.md b/README.md index c16c2706..e49dc460 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ After installing, **you should run your dev server** (usually `npm run dev`) **t ], // ... "compilerOptions": { - // ... + // ... "types": [ // ... "unplugin-vue-router/client" diff --git a/package.json b/package.json index 8e8d0ce0..aba74979 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "yaml": "^2.3.4" }, "peerDependencies": { - "vue-router": "^4.1.0" + "vue-router": "^4.3.0" }, "peerDependenciesMeta": { "vue-router": {