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 @@
+
+
+
+
+ {{ dictTag.label }}
+
+
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';