vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Vue Dev Tools not working with iframe #2191

Open eric-g-97477 opened 1 month ago

eric-g-97477 commented 1 month ago

Vue devtools version

7.5.2

Link to minimal reproduction

https://github.com/eric-g-97477-vue/PrimeVueTree

Steps to reproduce & screenshots

  1. Download the repo
  2. npm install
  3. npm run story:dev
  4. try to use the dev tools to access the PrimeVue Tree component. It will fail.

image

image

image

What is expected?

I expect to access the Tree component.

What is actually happening?

The dev tools don't work.

System Info

System:
    OS: macOS 14.7
    CPU: (16) arm64 Apple M3 Max
    Memory: 88.84 MB / 64.00 GB
    Shell: 3.7.1 - /opt/homebrew/bin/fish
  Binaries:
    Node: 16.16.0 - ~/.nvm/versions/node/v16.16.0/bin/node
    Yarn: 1.22.22 - ~/.nvm/versions/node/v16.16.0/bin/yarn
    npm: 8.11.0 - ~/.nvm/versions/node/v16.16.0/bin/npm
  Browsers:
    Chrome: 129.0.6668.101
    Safari: 18.0.1
  npmPackages:
    vue: ^3.4.27 => 3.4.33

Any additional comments?

No response