Add vue-router support
parent
1a51e21a
No related branches found
No related tags found
Showing
- docs/.vitepress/theme/index.ts 1 addition, 1 deletiondocs/.vitepress/theme/index.ts
- package.json 1 addition, 0 deletionspackage.json
- src/components/card/radio/Card.vue 24 additions, 2 deletionssrc/components/card/radio/Card.vue
- src/components/card/radio/style.scss 30 additions, 1 deletionsrc/components/card/radio/style.scss
- yarn.lock 8 additions, 1 deletionyarn.lock
... | ... | @@ -31,6 +31,7 @@ |
"vitepress": "^1.0.0-alpha.13", | ||
"vitest": "^0.22.1", | ||
"vue-i18n": "9", | ||
"vue-router": "^4.1.5", | ||
"vue-tsc": "^0.40.6" | ||
} | ||
} |
Please register or sign in to comment