diff --git a/APP/components/Formularios/Fcompras.vue b/APP/components/Formularios/Fcompras.vue index 0c22464..c561870 100644 --- a/APP/components/Formularios/Fcompras.vue +++ b/APP/components/Formularios/Fcompras.vue @@ -5,7 +5,12 @@ -
+ + + - Guardar -
+ >Guardar + + Actualizar + + +
diff --git a/APP/layouts/error.vue b/APP/layouts/error.vue new file mode 100644 index 0000000..ff1b93a --- /dev/null +++ b/APP/layouts/error.vue @@ -0,0 +1,14 @@ + + + \ No newline at end of file diff --git a/APP/middleware/authenticated.js b/APP/middleware/authenticated.js index af95e4a..d9cff0a 100644 --- a/APP/middleware/authenticated.js +++ b/APP/middleware/authenticated.js @@ -7,4 +7,6 @@ export default function({ store, redirect }) { if (!store.state.auth) { return redirect("/login"); } + + } \ No newline at end of file diff --git a/APP/pages/GeneralViews/NotFoundPage.vue b/APP/pages/GeneralViews/NotFoundPage.vue index 105726a..8e902d3 100755 --- a/APP/pages/GeneralViews/NotFoundPage.vue +++ b/APP/pages/GeneralViews/NotFoundPage.vue @@ -9,7 +9,7 @@