You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devtools is only available in cjs and esm, which is fine for bundled apps, but doesn't work well for browser based vue code.
Foe example, pinia doesn't include devtools api since 3.0.1 (vuejs/pinia#2914), so browser based vue code using pinia 3.0.1+ debug build can't use debug at all.
An iife version of devtoolsApi would solve this problem.