Open
Description
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 an example of a template tag used within another template tag