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 2ae6a49 commit 878407eCopy full SHA for 878407e
detectors/uis.json
@@ -114,5 +114,16 @@
114
"detectors": {
115
"js": "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__?.$primevue)).filter(Boolean).length"
116
}
117
+ },
118
+ "vuesax": {
119
+ "metas": {
120
+ "slug": "vuesax",
121
+ "name": "Vuesax",
122
+ "imgPath": "/ui/vuesax.svg",
123
+ "url": "https://vuesax.com"
124
125
+ "detectors": {
126
+ "js": "[...document.querySelectorAll('*')].map((el) => el.__vue__?.$vs?.loading).filter(Boolean).length"
127
+ }
128
129
icons/ui/vuesax.svg
0 commit comments