From 3ee9fd9853c27c796193cdafbf1cbf1c53c4aead Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 14 Feb 2017 20:23:44 -0700 Subject: [PATCH] turn the top nav into a component --- src/App.vue | 15 +++++++-------- src/components/TopNav.vue | 21 +++++++++++++++++++++ 2 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 src/components/TopNav.vue diff --git a/src/App.vue b/src/App.vue index b7b6bf1..2509eb1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,13 +1,7 @@ diff --git a/src/components/TopNav.vue b/src/components/TopNav.vue new file mode 100644 index 0000000..941b922 --- /dev/null +++ b/src/components/TopNav.vue @@ -0,0 +1,21 @@ + + + \ No newline at end of file