-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Multiple Vue Apps #454
Comments
Thanks - I am not sure how I missed this. However unfortunately the app switching functionality doesn't actually work for me. It won't let me select any other (it is like they are all already selected - see pic). Perhaps though this is because they aren't actually proper separate apps, but the the problem caused by issue 2. |
Can you upgrade to v7.3.0 and try again? thanks. |
Still same behaviour with 7.3.0 |
Can you provide a mini repo? Thanks |
Two separate, but for me, related issues.
DevTools Next does not support exploring/interacting with multiple Vue Apps within the one site. The browser extension does. Hard to tell if this a valid use case for many people, but affects me because of issue 2.
If you have a html tag within the main template tag, then this gets interpreted by DevTools Next (and the original DevTools browser extension) as a separate app. The reason I have embedded template tags is because the DevExtreme component library uses them. The Vue app itself handles this fine and has no problems.
This image shows both issues.
This image shows an example of a template tag used within another template tag
The text was updated successfully, but these errors were encountered: