-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
wip: vapor mode #2509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
wip: vapor mode #2509
Conversation
✅ Deploy Preview for vue-router canceled.
|
commit: |
Note for myself for refactoring and simplification: Playground |
Is this already compatible with “3.6.0-alpha.1”? |
You can try it in [email protected] |
The automatic global registration of the virtual DOM |
FYI this is planned after #2415 which will also allow to register a custom RouterView and RouterLink |
Description
This PR provide two vapor components:
VaporRouterView
andVaporRouterLink
.I'm not sure whether we should provide a
vue-router/vapor
for users to make migration easier.The access globalProperties warning should be remove.
Playground
https://repl.zmjs.dev/vuejs/vue-router
TODO