devtools
devtools copied to clipboard
feat(client): Restore accessed route after page refreshing
fix: #304, #544 Save the selected state in Component/Custom inspector/Pinia/Router pages.
https://github.com/user-attachments/assets/2a46e955-f0b3-4109-a45f-536c5c099c42
Deploy Preview for vue-devtools-docs ready!
| Name | Link |
|---|---|
| Latest commit | 31a2dbd37a1386349983a72c0c0e3c9c7af9d08d |
| Latest deploy log | https://app.netlify.com/sites/vue-devtools-docs/deploys/66acfb82fa1ce90008b2e9d9 |
| Deploy Preview | https://deploy-preview-306--vue-devtools-docs.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Updated this PR with current ref-base.
I haven't checked it in great detail. Nuxt DevTools is currently using Components and Pinia applet, and we need to confirm if these changes will break it.
I haven't checked it in great detail. Nuxt DevTools is currently using Components and Pinia applet, and we need to confirm if these changes will break it.
Tested on Nuxt-devtools side. As the prop savedSelectedId has not been passed, getValidNodeId will return a false value and it will work as usual.