vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 122 forks source link

hide select component button on seperate window #639

Closed mpcompany2024 closed 4 weeks ago

mpcompany2024 commented 1 month ago

Screenshot_1 i can't not use select component with vite v5.4.9 and vite-plugin-vue-devtools 7.0.25

duowb commented 1 month ago

Because it is in a new page, you cannot use the selector function to select elements from other pages.

webfansplz commented 4 weeks ago

Yep, it's by design. See: https://github.com/vuejs/devtools-next/pull/541