From 0168f9ff9d7cb312c049e884d9468763212b8315 Mon Sep 17 00:00:00 2001 From: Lesan <1960681385@qq.com> Date: Tue, 7 Jan 2025 10:28:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=AD=BE=E5=90=8D=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ESign/index.ts | 3 + src/components/ESign/src/ESign.vue | 288 +++++++++++++++++++++++++++++ 2 files changed, 291 insertions(+) create mode 100644 src/components/ESign/index.ts create mode 100644 src/components/ESign/src/ESign.vue diff --git a/src/components/ESign/index.ts b/src/components/ESign/index.ts new file mode 100644 index 00000000..e7309d3f --- /dev/null +++ b/src/components/ESign/index.ts @@ -0,0 +1,3 @@ +import ESign from './src/ESign.vue' + +export { ESign } diff --git a/src/components/ESign/src/ESign.vue b/src/components/ESign/src/ESign.vue new file mode 100644 index 00000000..0312613f --- /dev/null +++ b/src/components/ESign/src/ESign.vue @@ -0,0 +1,288 @@ + + +