diff --git a/src/assets/logo.png b/src/assets/logo.png
deleted file mode 100644
index f3d2503..0000000
Binary files a/src/assets/logo.png and /dev/null differ
diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue
deleted file mode 100644
index 879051a..0000000
--- a/src/components/HelloWorld.vue
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
{{ msg }}
-
- For a guide and recipes on how to configure / customize this project,
- check out the
- vue-cli documentation.
-
-
Installed CLI Plugins
-
-
Essential Links
-
-
Ecosystem
-
-
-
-
-
-
-
-
diff --git a/src/components/header.vue b/src/components/header.vue
new file mode 100644
index 0000000..352c3a1
--- /dev/null
+++ b/src/components/header.vue
@@ -0,0 +1,43 @@
+
+
+
+
+
diff --git a/src/main.js b/src/main.js
index 884e97c..16a126e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -3,11 +3,10 @@ import App from "./App.vue";
import VueRouter from "vue-router";
import { routes } from "./routes";
-import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'
+import { BootstrapVue } from 'bootstrap-vue'
Vue.use(BootstrapVue)
-Vue.use(IconsPlugin)
Vue.config.productionTip = false;
diff --git a/src/routes.js b/src/routes.js
index a107bcb..9ac7907 100644
--- a/src/routes.js
+++ b/src/routes.js
@@ -1,10 +1,12 @@
import login from "./view/login.vue";
import registro from "./view/registro.vue";
import usuario from "./view/usuario.vue";
+import panelAdmin from "./view/panelAdmin.vue";
export const routes = [
{ path: "/", component: login, name: "Login" },
{ path: "/registro", component: registro, name: "Registro" },
- { path: "/usuario", component: usuario, name: "Usuario" }
+ { path: "/usuario", component: usuario, name: "Usuario" },
+ { path: "/admin", component: panelAdmin, name: "Admin" }
];
diff --git a/src/view/login.vue b/src/view/login.vue
index 5d84ece..4595268 100644
--- a/src/view/login.vue
+++ b/src/view/login.vue
@@ -2,35 +2,56 @@
-
-
-
-
-
-
+
+
+
+
-
-
-
Iniciar Sesión
-
+
+
Iniciar Sesión
+
-
-
+
-
-
+
-
-
-
+
+
+
+ Cancelar
+ Enviar
+
+
@@ -45,275 +66,275 @@ export default {
diff --git a/src/view/panelAdmin.vue b/src/view/panelAdmin.vue
new file mode 100644
index 0000000..01acd08
--- /dev/null
+++ b/src/view/panelAdmin.vue
@@ -0,0 +1,543 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enviar Ficha de deposito
+
+
+
+ Pago
+
+
+
+ Pago
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/view/usuario.vue b/src/view/usuario.vue
index 4e00eac..c813744 100644
--- a/src/view/usuario.vue
+++ b/src/view/usuario.vue
@@ -1,6 +1,6 @@
-
+
+
+
@@ -43,6 +45,17 @@
Quiero Factura
+
+
@@ -84,6 +97,7 @@
+