fix: update RouteContext
Showing
examples/route-context.html
0 → 100644
examples/route-context.tsx
0 → 100644
| ... | ... | @@ -28,12 +28,12 @@ |
| "ant-design-vue": ">=2.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/babel-plugin-jsx": "^1.0.0-rc.3", | ||
| "@babel/runtime": "^7.11.2", | ||
| "@types/jest": "^24.0.17", | ||
| "@types/node": "^13.13.15", | ||
| "@typescript-eslint/eslint-plugin": "^2.33.0", | ||
| "@typescript-eslint/parser": "^2.33.0", | ||
| "@vue/babel-plugin-jsx": "^1.0.0-rc.3", | ||
| "@vue/cli-plugin-babel": "~4.5.0", | ||
| "@vue/cli-plugin-eslint": "~4.5.0", | ||
| "@vue/cli-plugin-typescript": "~4.5.0", | ||
| ... | ... | @@ -54,7 +54,8 @@ |
| "typescript": "~3.9.3", | ||
| "vc-tools": "^3.0.0", | ||
| "vue": "^3.0.0-0", | ||
| "vue-jest": "^5.0.0-alpha.3" | ||
| "vue-jest": "^5.0.0-alpha.3", | ||
| "vue-router": "^4.0.0-beta.13" | ||
| }, | ||
| "dependencies": { | ||
| "@babel/runtime": "^7.10.4", | ||
| ... | ... |
src/RouteContext.tsx
0 → 100644
Please register or sign in to comment