devtools icon indicating copy to clipboard operation
devtools copied to clipboard

api app component context hooks and utils files are missing on CDN

Open savage-alex opened this issue 5 months ago • 1 comments

We are receiving 404 errors for the paths that are referred here: https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/index.js

https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/api https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/app https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/component https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/context https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/util https://cdn.jsdelivr.net/npm/@vue/devtools-api/lib/esm/api/hooks

Have these been intentionally removed from the CDN please?

savage-alex avatar Jul 23 '25 07:07 savage-alex

We made a refactor when upgrading from v6 to v7, and you can continue to access them by join the v6 version number, for example: https://cdn.jsdelivr.net/npm/@vue/[email protected]/lib/esm/api/hooks.js

webfansplz avatar Sep 06 '25 08:09 webfansplz