From 4ee18058f14cd489179109eedc9f83343ae11834 Mon Sep 17 00:00:00 2001 From: wangqing <250543222@qq.com> Date: Tue, 1 Jun 2021 23:29:21 +0800 Subject: [PATCH] add phonenumber valdiate --- .../form/PhoneVerification/index.vue | 43 +++++++++++++------ src/components/generator/config.js | 19 ++++++++ src/components/render/render.js | 4 +- src/views/test.vue | 4 ++ 4 files changed, 56 insertions(+), 14 deletions(-) diff --git a/src/components/form/PhoneVerification/index.vue b/src/components/form/PhoneVerification/index.vue index 79a2466..4da9a43 100644 --- a/src/components/form/PhoneVerification/index.vue +++ b/src/components/form/PhoneVerification/index.vue @@ -1,25 +1,26 @@ @@ -13,10 +14,13 @@ import pagination from '../components/form/pagination' import ProvinceCity from '@/components/form/ProvinceCity' import InputMap from '@/components/form/InputMap/index' +import PhoneVerification from '@/components/form/PhoneVerification/index' + export default { name: 'App', components: { ProvinceCity, + PhoneVerification, SignPad, pagination, InputMap