Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating button for inspector not showing up #711

Open
devtobi opened this issue Nov 22, 2024 · 5 comments
Open

Floating button for inspector not showing up #711

devtobi opened this issue Nov 22, 2024 · 5 comments
Labels
need reproduction Reproduction is needed

Comments

@devtobi
Copy link

devtobi commented Nov 22, 2024

Description

For some reason the inspector button for the DevTools (next to the Vue button) does not show up when I use the current DevTools as a Vite plugin.

I tested this both on Firefox and Chrome.

Environment information

Operating System: Windows 10 22H2
Node Version: 22.11.0
npm Version: 10.9.0
Vite Version: 5.4.11
Vue Version: 3.5.12
DevTools Version: 7.6.4

Screenshots

grafik

@webfansplz
Copy link
Member

Can you provide a mini repo? Thanks.

@devtobi
Copy link
Author

devtobi commented Nov 27, 2024

I created a minimal reproducible example over at: https://github.com/devtobi/devtools-inspector-missing-example

I found that the button appears when I change the configuration of the vite-vue-plugin to include options API.

    vue({
      features: {
        optionsAPI: true, // with false the button disappears
      },
    }),
    vueDevTools()

This lets me guess the Inspector functionality is written using Options API?

Nonetheless, even though the button is visible the functionality to select components is not available.

@webfansplz
Copy link
Member

I created a minimal reproducible example over at: https://github.com/devtobi/devtools-inspector-missing-example

I found that the button appears when I change the configuration of the vite-vue-plugin to include options API.

    vue({
      features: {
        optionsAPI: true, // with false the button disappears
      },
    }),
    vueDevTools()

This lets me guess the Inspector functionality is written using Options API?

Nonetheless, even though the button is visible the functionality to select components is not available.

I tried to reproduce it with the repo, but I could not. Any special handle steps or environments?

@devtobi
Copy link
Author

devtobi commented Nov 27, 2024

I created a minimal reproducible example over at: https://github.com/devtobi/devtools-inspector-missing-example
I found that the button appears when I change the configuration of the vite-vue-plugin to include options API.

    vue({
      features: {
        optionsAPI: true, // with false the button disappears
      },
    }),
    vueDevTools()

This lets me guess the Inspector functionality is written using Options API?
Nonetheless, even though the button is visible the functionality to select components is not available.

I tried to reproduce it with the repo, but I could not. Any special handle steps or environments?

That's really strange. So it did work on your side even if you set optionsAPI: false? Other then the mentioned versions in the issue description could this be a browser issue? I tried it with both Firefox and Chrome and both browsers had the same behaviour.

@devtobi
Copy link
Author

devtobi commented Nov 29, 2024

@webfansplz With the new Devtools 7.6.7 everything works fine now. However I still need to set optionsAPI: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need reproduction Reproduction is needed
Projects
None yet
Development

No branches or pull requests

2 participants