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 488d03e commit eed8ea5Copy full SHA for eed8ea5
detectors/uis.json
@@ -112,7 +112,10 @@
112
"url": "https://www.primefaces.org/primevue/showcase"
113
},
114
"detectors": {
115
- "js": "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__?.$primevue)).filter(Boolean).length"
+ "js": [
116
+ "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__?.$primevue)).filter(Boolean).length",
117
+ "[...document.querySelectorAll('*')].map((el) => el.__vue_app__?.config?.globalProperties?.$primevue).filter(Boolean).length"
118
+ ]
119
}
120
121
"vuesax": {
0 commit comments