diff --git a/budgit.client/index.html b/budgit.client/index.html index 2604f95..6b78b02 100644 --- a/budgit.client/index.html +++ b/budgit.client/index.html @@ -16,7 +16,7 @@ We're sorry but budgit.client doesn't work properly without JavaScript enabled. Please enable it to continue. -
+
diff --git a/budgit.client/src/App.vue b/budgit.client/src/App.vue index 7dd4dbd..61da437 100644 --- a/budgit.client/src/App.vue +++ b/budgit.client/src/App.vue @@ -1,13 +1,13 @@ diff --git a/budgit.client/src/components/Dropdown.vue b/budgit.client/src/components/Dropdown.vue new file mode 100644 index 0000000..a0cfa57 --- /dev/null +++ b/budgit.client/src/components/Dropdown.vue @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/budgit.client/src/components/Login.vue b/budgit.client/src/components/Login.vue index c21b034..c791a88 100644 --- a/budgit.client/src/components/Login.vue +++ b/budgit.client/src/components/Login.vue @@ -1,45 +1,23 @@