You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Options API is disabled in the @vitejs/plugin-vue plugin options, devtools cannot open any files in my editor of choice. The browser console outputs the following errors:
Firefox 136.0
TypeError: (intermediate value).__VUE_INSPECTOR__ is undefined
Chrome 134.0
TypeError: Cannot read properties of undefined (reading 'openInEditor')
Steps to Reproduce
Disable the options API in the @vitejs/plugin-vue configuration options
Run the development sever
Open the devtools, select a Vue component and try and "Open in Editor"
Issue
When the Options API is disabled in the
@vitejs/plugin-vue
plugin options, devtools cannot open any files in my editor of choice. The browser console outputs the following errors:Firefox 136.0
Chrome 134.0
Steps to Reproduce
@vitejs/plugin-vue
configuration optionsEnvironment
Versions
Vite Config
Solution
Don't disable the options API in the configuration options.
The text was updated successfully, but these errors were encountered: