Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adds @braid/vue-formulate to the detectable plugins #19

Merged
merged 1 commit into from Sep 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -57,6 +57,7 @@ To support a new UI library, please look at [detectors/uis.json](detectors/uis.j
- [Vue Apollo](https://apollo.vuejs.org)
- [Vue Warehouse](https://marquez.co/docs/vue-warehouse)
- [Vue i18n](https://kazupon.github.io/vue-i18n/)
- [Vue Formulate](https://vueformulate.com/)

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

Expand Down
11 changes: 11 additions & 0 deletions detectors/plugins.json
Expand Up @@ -73,5 +73,16 @@
"detectors": {
"js": "[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__ && el.__vue__.$i18n)).filter(Boolean).length"
}
},
"@braid/vue-formulate": {
"metas": {
"slug": "vue-formulate",
"name": "@braid/vue-formulate",
"imgPath": "/plugins/vue-formulate.svg",
"url": "https://vueformulate.com/"
},
"detectors": {
"js": "Boolean([...document.querySelectorAll('*')].find((el) => Boolean(el.__vue__ && el.__vue__.$formulate)))"
}
}
}
2 changes: 2 additions & 0 deletions icons/plugins/vue-formulate.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.