File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 50
50
"html" : " <div [^>]*id=\" q-app\" " ,
51
51
"js" : " [...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$q)).filter(Boolean).length"
52
52
}
53
- },
54
- "inertiajs" : {
55
- "metas" : {
56
- "slug" : " inertiajs" ,
57
- "name" : " Inertia.js" ,
58
- "imgPath" : " /framework/inertiajs.svg" ,
59
- "url" : " https://inertiajs.com/"
60
- },
61
- "detectors" : {
62
- "js" : " [...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$inertia)).filter(Boolean).length"
63
- }
64
53
}
65
- }
54
+ }
Original file line number Diff line number Diff line change 84
84
"detectors" : {
85
85
"js" : " Boolean([...document.querySelectorAll('*')].find((el) => Boolean(el.__vue__ && el.__vue__.$formulate)))"
86
86
}
87
+ },
88
+ "@inertiajs/inertia-vue" : {
89
+ "metas" : {
90
+ "slug" : " inertia-vue" ,
91
+ "name" : " Inertia.js" ,
92
+ "imgPath" : " /plugins/inertiajs.svg" ,
93
+ "url" : " https://inertiajs.com/"
94
+ },
95
+ "detectors" : {
96
+ "js" : " Boolean([...document.querySelectorAll('*')].find((el) => Boolean(el.__vue__ && el.__vue__.$inertia)))"
97
+ }
87
98
}
88
99
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments