We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade8c00 commit 8c79109Copy full SHA for 8c79109
detectors/frameworks.json
@@ -28,7 +28,7 @@
28
"url": "https://vuepress.vuejs.org"
29
},
30
"detectors": {
31
- "js": "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__?.$vuepress)).filter(Boolean).length"
+ "js": "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__?.$vuepress || el.__vue_app__?._component?.name === 'VuepressApp')).filter(Boolean).length"
32
}
33
34
"vitepress": {
0 commit comments