From be8ce2824da978ed32af57a66a74802985fb18a8 Mon Sep 17 00:00:00 2001 From: Adam Berecz Date: Sat, 11 Mar 2023 12:26:44 +0100 Subject: [PATCH] docs: readme update --- README.md | 103 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 66 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index c8a2250..e5c478d 100644 --- a/README.md +++ b/README.md @@ -161,11 +161,12 @@ Learn more: [https://vueform.com](https://vueform.com) - [Default values that are not among the options using allowAbsent: true](#default-values-that-are-not-among-the-options-using-allow-absent) - [Manage created tag asynchronously](#manage-created-tag-asynchronously) - [Load async options from API on open with infinite scroll](#load-async-options-from-api-on-open-with-infinite-scroll) + - [Multiselect with localized texts](#multiselect-with-localized-texts) - [License](#license) ## Demo -Check out our demo. +Check out our demo. ## Installation @@ -175,7 +176,7 @@ npm install @vueform/multiselect ## Using with Vue 3 -``` vue +```vue