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 14cf5ff commit 8c333caCopy full SHA for 8c333ca
detectors/frameworks.json
@@ -11,7 +11,7 @@
11
"<div [^>]*id=\"__nuxt\"",
12
"<script [^>]*>window\\.__NUXT__"
13
],
14
- "js": "window.__NUXT__ || window.$nuxt || Boolean([...document.querySelectorAll('*')].find((el) => Boolean(el.__vue__?.nuxt)))",
+ "js": "window.__NUXT__ || window.$nuxt || Boolean([...document.querySelectorAll('*')].find((el) => Boolean(el.__vue_app__?.$nuxt)))",
15
"script": [
16
"/_nuxt/"
17
]
0 commit comments