From 696bb91edeeea0fd15e94f9a9e7a91d9d4158ff3 Mon Sep 17 00:00:00 2001 From: eal Date: Tue, 24 Oct 2017 20:24:14 +0300 Subject: [PATCH] Add about page. --- src/App.vue | 2 +- src/components/about/about.vue | 27 +++++++++++++++++++++++++ src/components/login_form/login_form.js | 2 +- src/main.js | 10 ++++++++- static/about.html | 5 +++++ 5 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 src/components/about/about.vue create mode 100644 static/about.html diff --git a/src/App.vue b/src/App.vue index 48cf9ea6e0..de950e97e5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@