diff --git a/src/components/custom/CopyText.vue b/src/components/custom/CopyText.vue
new file mode 100644
index 0000000..3a28753
--- /dev/null
+++ b/src/components/custom/CopyText.vue
@@ -0,0 +1,31 @@
+
+
+
+
+
+ {{ text }}
+
+
+
+
+
+
+
+
diff --git a/src/views/plugin/clipboard/index.vue b/src/views/plugin/clipboard/index.vue
index e9c1053..cbef660 100644
--- a/src/views/plugin/clipboard/index.vue
+++ b/src/views/plugin/clipboard/index.vue
@@ -11,6 +11,8 @@ const text = ref('Hello v-copy')
v-copy复制
+ copy-text组件 使用
+