Skip to content

DevTools Integration

The plugin automatically integrates with Vue DevTools (if enabled via useDevTools: true, which is the default). Models, queries, and reactivity internals can be inspected from the component tree.

If you want to disable DevTools support:

ts
app.use(install, config, { useDevTools: false })

WARNING

DevTools integration requires Vue DevTools to be installed and enabled in the browser.