diff --git a/README.md b/README.md index 23a05f7..301c510 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/detectors/plugins.json b/detectors/plugins.json index efcc83d..9433434 100644 --- a/detectors/plugins.json +++ b/detectors/plugins.json @@ -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)))" + } } } diff --git a/icons/plugins/vue-formulate.svg b/icons/plugins/vue-formulate.svg new file mode 100644 index 0000000..76de762 --- /dev/null +++ b/icons/plugins/vue-formulate.svg @@ -0,0 +1,2 @@ + +Asset 8 \ No newline at end of file