From e34be1261d9219e5b2b92ebe271f609f11d55f63 Mon Sep 17 00:00:00 2001
From: Zero~Informatique
Date: Sun, 22 Dec 2019 03:50:40 +0100
Subject: vewer: Tags indexing and search input
---
viewer/src/components/LdTagInput.vue | 40 ++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 viewer/src/components/LdTagInput.vue
(limited to 'viewer/src/components')
diff --git a/viewer/src/components/LdTagInput.vue b/viewer/src/components/LdTagInput.vue
new file mode 100644
index 0000000..4edc1ce
--- /dev/null
+++ b/viewer/src/components/LdTagInput.vue
@@ -0,0 +1,40 @@
+
+
+ {{props.option.tag}} ({{props.option.items.length}})
+ {{$t('tagInput.nomatch')}}
+
+
+
+
+
+
--
cgit v1.2.3