From f99898243922e37e4e8df6cce3ea7b8684d70b0a Mon Sep 17 00:00:00 2001 From: sc Date: Thu, 2 Jun 2022 16:34:21 +0800 Subject: [PATCH] =?UTF-8?q?add=20scPasswordStrength=20=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E5=BC=BA=E5=BA=A6=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scPasswordStrength/index.vue | 92 +++++++++++++++++++++ src/views/login/userRegister.vue | 5 +- 2 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 src/components/scPasswordStrength/index.vue diff --git a/src/components/scPasswordStrength/index.vue b/src/components/scPasswordStrength/index.vue new file mode 100644 index 00000000..e80ef7a4 --- /dev/null +++ b/src/components/scPasswordStrength/index.vue @@ -0,0 +1,92 @@ + + + + + + + diff --git a/src/views/login/userRegister.vue b/src/views/login/userRegister.vue index a3ba9a28..c41d8d5f 100644 --- a/src/views/login/userRegister.vue +++ b/src/views/login/userRegister.vue @@ -12,6 +12,7 @@ +
请输入包含英文、数字的8位以上密码
@@ -65,11 +66,13 @@