From 907bf57460d61cd9d6d744452b816da12aa34994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 25 Apr 2019 15:09:03 +0200 Subject: [PATCH] Add working example of vue-multiselect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/board/SharingTabSidebard.vue | 29 ++++++++++++++---- src/store/main.js | 33 ++++++++++++--------- 2 files changed, 42 insertions(+), 20 deletions(-) diff --git a/src/components/board/SharingTabSidebard.vue b/src/components/board/SharingTabSidebard.vue index a4e975f39..871a3bc4d 100644 --- a/src/components/board/SharingTabSidebard.vue +++ b/src/components/board/SharingTabSidebard.vue @@ -1,6 +1,10 @@