Skip to content

Commit 230b414

Browse files
feat: add @braid/vue-formulate to the detectable plugins (#19)
1 parent 7ae42ca commit 230b414

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ To support a new UI library, please look at [detectors/uis.json](detectors/uis.j
5757
- [Vue Apollo](https://apollo.vuejs.org)
5858
- [Vue Warehouse](https://marquez.co/docs/vue-warehouse)
5959
- [Vue i18n](https://kazupon.github.io/vue-i18n/)
60+
- [Vue Formulate](https://vueformulate.com/)
6061

6162
To support a new Vue plugin, please look at [detectors/plugins.json](detectors/plugins.json).
6263

detectors/plugins.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,16 @@
7373
"detectors": {
7474
"js": "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$i18n)).filter(Boolean).length"
7575
}
76+
},
77+
"@braid/vue-formulate": {
78+
"metas": {
79+
"slug": "vue-formulate",
80+
"name": "@braid/vue-formulate",
81+
"imgPath": "/plugins/vue-formulate.svg",
82+
"url": "https://vueformulate.com/"
83+
},
84+
"detectors": {
85+
"js": "Boolean([...document.querySelectorAll('*')].find((el) => Boolean(el.__vue__ && el.__vue__.$formulate)))"
86+
}
7687
}
7788
}

icons/plugins/vue-formulate.svg

Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)