diff --git a/src/App.vue b/src/App.vue index 6f59a3ae..2284217c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,9 @@ + \ No newline at end of file diff --git a/src/common-components/nav-button/nav-button.vue b/src/common-components/nav-button/nav-button.vue new file mode 100644 index 00000000..209d62b5 --- /dev/null +++ b/src/common-components/nav-button/nav-button.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/src/global-methods.spec.js b/src/global-methods.spec.js new file mode 100644 index 00000000..a4c46989 --- /dev/null +++ b/src/global-methods.spec.js @@ -0,0 +1,4 @@ +import axios from 'axios'; +import '@/global-methods.js'; + +test.todo("Need to add some tests here"); \ No newline at end of file diff --git a/src/layouts/error-404/error-404.vue b/src/layouts/error-404/error-404.vue index 15393cd8..7b5f6c52 100644 --- a/src/layouts/error-404/error-404.vue +++ b/src/layouts/error-404/error-404.vue @@ -1,5 +1,7 @@ \ No newline at end of file diff --git a/src/layouts/welcome-page/welcome-page.vue b/src/layouts/welcome-page/welcome-page.vue index 63060130..b97c58bc 100644 --- a/src/layouts/welcome-page/welcome-page.vue +++ b/src/layouts/welcome-page/welcome-page.vue @@ -1,11 +1,21 @@