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 5684e86 commit e0b99f6Copy full SHA for e0b99f6
detectors/plugins.json
@@ -97,7 +97,10 @@
97
"url": "https://inertiajs.com/"
98
},
99
"detectors": {
100
- "js": "Boolean([...document.querySelectorAll('*')].find((el) => Boolean(el.__vue__?.$inertia)))"
+ "js": [
101
+ "Boolean([...document.querySelectorAll('*')].find((el) => Boolean(el.__vue__?.$inertia)))",
102
+ "[...document.querySelectorAll('*')].map((el) => el.__vue_app__?.config?.globalProperties?.$inertia).filter(Boolean).length"
103
+ ]
104
}
105
106
"vee-validate": {
0 commit comments