From ed89995a121ea77882d9d9a4bfc7df817a991d10 Mon Sep 17 00:00:00 2001 From: Philip Gyesi-Appiah Date: Thu, 16 Mar 2023 11:06:34 +0000 Subject: [PATCH] V-slot naming inside DOM template fix Modified the slot names from camelCase to kebab-case due the browser behaviour when you write the template directly inside the DOM. V-slot name is and attribute and the browser normalise that to all-lowercase. Also modified the README.md to display kebab-case instead of camelCase. --- README.md | 2 +- dist/vue3-multiselect.common.js | 3664 +++++++++---------------- dist/vue3-multiselect.common.js.map | 2 +- dist/vue3-multiselect.css | 2 +- dist/vue3-multiselect.umd.js | 3668 +++++++++----------------- dist/vue3-multiselect.umd.js.map | 2 +- dist/vue3-multiselect.umd.min.js | 4 +- dist/vue3-multiselect.umd.min.js.map | 2 +- src/Multiselect.vue | 12 +- 9 files changed, 2589 insertions(+), 4769 deletions(-) diff --git a/README.md b/README.md index a2258df0..1ac5443e 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ addTag (newTag) { label="name" track-by="code" > -