@intlify/vue-router-bridge
Advanced tools
Comparing version 0.5.0-d15430d to 0.5.0-f554f2c
{ | ||
"name": "@intlify/vue-router-bridge", | ||
"version": "0.5.0-d15430d", | ||
"version": "0.5.0-f554f2c", | ||
"description": "Vue Router bridging for Vue 2 & Vue 3", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -8,2 +8,3 @@ # @intlify/vue-router-bridge | ||
## đ Features | ||
- Vue Router composable APIs available on Vue 2 & Vue 3 | ||
@@ -16,2 +17,3 @@ - `useRouter` | ||
- Manual switch versions | ||
## đŋ Installation | ||
@@ -67,3 +69,3 @@ | ||
exclude: ['@intlify/vue-router-bridge'] | ||
} | ||
} | ||
}) | ||
@@ -91,2 +93,3 @@ ``` | ||
To explicitly switch the redirecting version, you can use these commands in your project's root: | ||
### đ¤ Manually Switch Versions | ||
@@ -109,2 +112,3 @@ | ||
``` | ||
### 𩹠Auto Fix | ||
@@ -117,2 +121,3 @@ | ||
``` | ||
### âŗī¸ Isomorphic Testings | ||
@@ -150,3 +155,10 @@ | ||
## đ Examples | ||
- [Vue 2 + Vue Router v3.6 before](../../examples/vue-router-v3-vue2) | ||
- [Vue 2 + Vue Router v3.6 or v3.x later](../../examples/vue-router-v36-vue2) | ||
- [Vue 3 + Vue Router v4](../../examples/vue-router-v4-vue3) | ||
## đ Thanks | ||
This package idea was inspired from [vue-demi](https://github.com/vueuse/vue-demi), [@antfu](https://github.com/antfu)'s great work! | ||
@@ -153,0 +165,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51383
162