From cad907125b5e1d894bd4915244e50a67c0c8323f Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Wed, 16 Oct 2019 08:29:08 -0600 Subject: [PATCH] Added initial save request --- components/collections/saveRequest.vue | 130 +++++++++++++++++++++++++ pages/index.vue | 55 ++++++++++- store/postwoman.js | 14 ++- 3 files changed, 196 insertions(+), 3 deletions(-) create mode 100644 components/collections/saveRequest.vue diff --git a/components/collections/saveRequest.vue b/components/collections/saveRequest.vue new file mode 100644 index 000000000..dcdaff3a2 --- /dev/null +++ b/components/collections/saveRequest.vue @@ -0,0 +1,130 @@ + + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 88a45dc04..586603505 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,10 @@