diff --git a/src/config.ts b/src/config.ts index b5e03cb..7c9a425 100644 --- a/src/config.ts +++ b/src/config.ts @@ -32,6 +32,7 @@ export const DEFAULTS: ModuleOptions = { // New Vue3 selectors /:slotted/, /:deep/, - /:global/ + /:global/, + /nuxt-devtools-.*/ ] }