From cee389551984dcc5899a67ef5ef5dec356a03727 Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Thu, 13 Jan 2022 21:44:19 -0600 Subject: [PATCH] Componente de registro de datos --- components/registro/CapturaDatos.vue | 23 +++++++++++++++++++++++ components/registro/DatosUsuario.vue | 2 +- pages/registro/index.vue | 4 ++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 components/registro/CapturaDatos.vue diff --git a/components/registro/CapturaDatos.vue b/components/registro/CapturaDatos.vue new file mode 100644 index 0000000..223fe58 --- /dev/null +++ b/components/registro/CapturaDatos.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/components/registro/DatosUsuario.vue b/components/registro/DatosUsuario.vue index ccb46db..f8f8238 100644 --- a/components/registro/DatosUsuario.vue +++ b/components/registro/DatosUsuario.vue @@ -8,7 +8,7 @@
- +
diff --git a/pages/registro/index.vue b/pages/registro/index.vue index 498c945..f52fa3b 100644 --- a/pages/registro/index.vue +++ b/pages/registro/index.vue @@ -4,15 +4,19 @@
Aqui van las instrucciones

Registro

+ +