Integration with zone.js #7302
Unanswered
segevfiner
asked this question in
Help/Questions
Replies: 1 comment 3 replies
-
Offf. And I just discovered that zone.js doesn't work with native |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to integrate with zone.js so that Vue component methods, setup function, script setup, etc, all run under a zone with some defined properties?
Vue doesn't need it like angular of course, but I'm trying to use it to maintain some context that I want a global logger to use across async contexts and it could be interesting to also be able to attach a root context to the Vue app.
Beta Was this translation helpful? Give feedback.
All reactions