We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906e704 commit 3b9efdaCopy full SHA for 3b9efda
src/config.ts
@@ -32,6 +32,7 @@ export const DEFAULTS: ModuleOptions = {
32
// New Vue3 selectors
33
/:slotted/,
34
/:deep/,
35
- /:global/
+ /:global/,
36
+ /nuxt-devtools-.*/
37
]
38
}
0 commit comments