Skip to content

Commit

Permalink
feat: support unplugin-vue-router
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed May 6, 2024
1 parent 61a12de commit 6fac6e0
Show file tree
Hide file tree
Showing 6 changed files with 216 additions and 272 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ coverage/

components.d.ts
auto-imports.d.ts
typed-router.d.ts
.eslintrc-auto-import.json
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"dependencies": {
"@varlet/axle": "^0.7.1",
"@varlet/touch-emulator": "^3.2.6",
"@varlet/ui": "^3.2.6",
"@varlet/use": "^3.2.6",
"@varlet/touch-emulator": "^3.2.7",
"@varlet/ui": "^3.2.7",
"@varlet/use": "^3.2.7",
"dayjs": "^1.11.8",
"pinia": "^2.1.3",
"vue": "^3.4.21",
"vue-router": "^4.2.2"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
Expand All @@ -44,7 +44,7 @@
"@typescript-eslint/parser": "^5.59.8",
"@unocss/preset-rem-to-px": "^0.58.2",
"@varlet/icon-builder": "^0.0.3",
"@varlet/import-resolver": "^3.2.6",
"@varlet/import-resolver": "^3.2.7",
"@varlet/preset-unocss": "3.1.3",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
Expand All @@ -61,8 +61,8 @@
"unocss": "^0.58.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.0.10",
"vite-plugin-pages": "^0.32.0",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 6fac6e0

Please sign in to comment.