diff --git a/src/App.vue b/src/App.vue index 1cbf62f..8701b8e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,6 +8,9 @@ tf | About +
+ +

@@ -15,11 +18,19 @@ - + + + + diff --git a/src/components/Dropdown.vue b/src/components/Dropdown.vue new file mode 100644 index 0000000..59f6365 --- /dev/null +++ b/src/components/Dropdown.vue @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue new file mode 100644 index 0000000..755bbc7 --- /dev/null +++ b/src/components/Navbar.vue @@ -0,0 +1,60 @@ + + + + + \ No newline at end of file