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 4a6d9eb commit b9d94daCopy full SHA for b9d94da
detectors/frameworks.json
@@ -11,7 +11,7 @@
11
"<div [^>]*id=\"__nuxt\"",
12
"<script [^>]*>window\\.__NUXT__"
13
],
14
- "js": "window.__NUXT__ || window.$nuxt",
+ "js": "window.__NUXT__ || window.$nuxt || Boolean([...document.querySelectorAll('*')].find((el) => Boolean(el.__vue__ && el.__vue__.nuxt)))",
15
"script": [
16
"/_nuxt/"
17
]
detectors/plugins.json
@@ -88,7 +88,7 @@
88
"@inertiajs/inertia-vue": {
89
"metas": {
90
"slug": "inertia-vue",
91
- "name": "Inertia.js",
+ "name": "@inertiajs/inertia-vue",
92
"imgPath": "/plugins/inertiajs.svg",
93
"url": "https://inertiajs.com/"
94
},
0 commit comments