From 27c1fdd1c0c3cd2838c103d665965e996487bc6d Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Thu, 16 Oct 2025 11:25:10 +0800 Subject: [PATCH] feat: naive add dict-tag --- .../src/components/dict-tag/dict-tag.vue | 83 +++++++++++++++++++ .../src/components/dict-tag/index.ts | 1 + 2 files changed, 84 insertions(+) create mode 100644 apps/web-naive/src/components/dict-tag/dict-tag.vue create mode 100644 apps/web-naive/src/components/dict-tag/index.ts diff --git a/apps/web-naive/src/components/dict-tag/dict-tag.vue b/apps/web-naive/src/components/dict-tag/dict-tag.vue new file mode 100644 index 000000000..50c3bf5a5 --- /dev/null +++ b/apps/web-naive/src/components/dict-tag/dict-tag.vue @@ -0,0 +1,83 @@ + + + diff --git a/apps/web-naive/src/components/dict-tag/index.ts b/apps/web-naive/src/components/dict-tag/index.ts new file mode 100644 index 000000000..881265a39 --- /dev/null +++ b/apps/web-naive/src/components/dict-tag/index.ts @@ -0,0 +1 @@ +export { default as DictTag } from './dict-tag.vue';