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