We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I write a plugin for devtools, when I use
import { setupDevtoolsPlugin } from '@vue/devtools-api' setupDevtoolsPlugin({ id: 'some_id', label: 'some_label', packageName: 'launch-editor', app, }, (api) => { console.log('🚀 ~ setupDevtools ~ api:', api) api.on.inspectComponent((payload, context) => { console.log('🚀 ~ setupDevtools ~ payload:', payload) })
Sometime the log does not print, but I refresh the page almost it can print.
Does devtools have caching ?
The text was updated successfully, but these errors were encountered:
I tried both 6.0.0-beta.11 and the latest version
Sorry, something went wrong.
No branches or pull requests
I write a plugin for devtools, when I use
Sometime the log does not print, but I refresh the page almost it can print.
Does devtools have caching ?
The text was updated successfully, but these errors were encountered: