From fa3f2d2cd196998bd1d0d09a0c649d7f26500ded Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 10 May 2020 09:24:22 -0400 Subject: Added the files --- layouts/README.md | 7 ++++ layouts/default.vue | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++ layouts/error.vue | 44 +++++++++++++++++++++++++ 3 files changed, 144 insertions(+) create mode 100644 layouts/README.md create mode 100644 layouts/default.vue create mode 100644 layouts/error.vue (limited to 'layouts') diff --git a/layouts/README.md b/layouts/README.md new file mode 100644 index 0000000..cad1ad5 --- /dev/null +++ b/layouts/README.md @@ -0,0 +1,7 @@ +# LAYOUTS + +**This directory is not required, you can delete it if you don't want to use it.** + +This directory contains your Application Layouts. + +More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/views#layouts). diff --git a/layouts/default.vue b/layouts/default.vue new file mode 100644 index 0000000..d48cc8c --- /dev/null +++ b/layouts/default.vue @@ -0,0 +1,93 @@ + + + diff --git a/layouts/error.vue b/layouts/error.vue new file mode 100644 index 0000000..3b535fe --- /dev/null +++ b/layouts/error.vue @@ -0,0 +1,44 @@ + + + + + -- cgit v1.2.3