From 818cb7dda2399c2cafd2b1fa817b7eaa68cf0b15 Mon Sep 17 00:00:00 2001 From: ryntab <57367794+ryntab@users.noreply.github.com> Date: Sun, 16 Jan 2022 03:53:55 -0500 Subject: [PATCH] Add plugin Added plugin vue-formulate-currency --- docs/guide/plugins/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/plugins/README.md b/docs/guide/plugins/README.md index 62ec9f78..ab45812b 100644 --- a/docs/guide/plugins/README.md +++ b/docs/guide/plugins/README.md @@ -16,6 +16,7 @@ own to this list by [editing this page](https://github.com/wearebraid/vueformula - [`vue-formulate-extended`](https://www.npmjs.com/package/vue-formulate-extended) — Extend and adds various features to Vue Formulate. - [`vue-formulate-star-rating`](https://www.npmjs.com/package/vue-formulate-star-rating) — Vue Formulate support for [vue-star-rating](https://www.npmjs.com/package/vue-star-rating) - [`vue-formulate-datepicker`](https://www.npmjs.com/package/vue-formulate-datepicker) — Vue Formulate support for [@sum.cumo/vue-datepicker](https://www.npmjs.com/package/@sum.cumo/vue-datepicker) +- [`vue-formulate-currency`](https://www.npmjs.com/package/vue-formulate-currency) — Vue Formulate support for [vue-numeric](https://www.npmjs.com/package/vue-numeric) ## Creating a new plugin