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 --- components/Logo.vue | 79 ++++++++++++++++++++++++++++++++++++++++++++++ components/README.md | 7 ++++ components/VuetifyLogo.vue | 18 +++++++++++ 3 files changed, 104 insertions(+) create mode 100644 components/Logo.vue create mode 100644 components/README.md create mode 100644 components/VuetifyLogo.vue (limited to 'components') diff --git a/components/Logo.vue b/components/Logo.vue new file mode 100644 index 0000000..6c72854 --- /dev/null +++ b/components/Logo.vue @@ -0,0 +1,79 @@ + + + diff --git a/components/README.md b/components/README.md new file mode 100644 index 0000000..a079f10 --- /dev/null +++ b/components/README.md @@ -0,0 +1,7 @@ +# COMPONENTS + +**This directory is not required, you can delete it if you don't want to use it.** + +The components directory contains your Vue.js Components. + +_Nuxt.js doesn't supercharge these components._ diff --git a/components/VuetifyLogo.vue b/components/VuetifyLogo.vue new file mode 100644 index 0000000..9a60937 --- /dev/null +++ b/components/VuetifyLogo.vue @@ -0,0 +1,18 @@ + + + -- cgit v1.2.3