From b0ac2a44123340dcaeaef2c23f9380528df2fb98 Mon Sep 17 00:00:00 2001 From: Peter Morton Date: Wed, 19 Oct 2022 10:57:47 -0500 Subject: [PATCH] added basic error handling --- .env.development | 2 +- src/ReferenceID.vue | 36 +++++++++++++++++++++++++----------- src/components/Error.vue | 12 ++++++++++++ 3 files changed, 38 insertions(+), 12 deletions(-) create mode 100644 src/components/Error.vue diff --git a/.env.development b/.env.development index 3c6a459..0b0e5bc 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -VITE_EO_SERVICES_URL=http://localhost:9000 +VITE_EO_SERVICES_URL=http://localhost:3000 diff --git a/src/ReferenceID.vue b/src/ReferenceID.vue index 5f6c561..6a23ce9 100644 --- a/src/ReferenceID.vue +++ b/src/ReferenceID.vue @@ -1,31 +1,42 @@ - + diff --git a/src/components/Error.vue b/src/components/Error.vue new file mode 100644 index 0000000..71a61a0 --- /dev/null +++ b/src/components/Error.vue @@ -0,0 +1,12 @@ + + + + \ No newline at end of file