From 9dc7efa92e4eb3304d22785188bf78f32b569b57 Mon Sep 17 00:00:00 2001 From: lashman Date: Wed, 18 Feb 2026 10:35:18 +0200 Subject: [PATCH] add AppTagInput multi-select tag component --- src/components/AppTagInput.vue | 177 +++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 src/components/AppTagInput.vue diff --git a/src/components/AppTagInput.vue b/src/components/AppTagInput.vue new file mode 100644 index 0000000..aadc419 --- /dev/null +++ b/src/components/AppTagInput.vue @@ -0,0 +1,177 @@ + + +