devtools icon indicating copy to clipboard operation
devtools copied to clipboard

[Feature request] Expose devtoolsApi to browser

Open lianee opened this issue 1 month ago • 0 comments

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 (https://github.com/vuejs/pinia/issues/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.

lianee avatar Nov 01 '25 18:11 lianee