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 @@ + + +