From 0bf2cef78d7a1a8538442c3b42349f8221458188 Mon Sep 17 00:00:00 2001 From: Roberto Tonino Date: Thu, 16 Apr 2020 21:26:00 +0200 Subject: [PATCH] started replicate of search tab with Vue SFCs, removed main search tab top result img mega if --- public/index.html | 7 +- public/js/app/components/App.vue | 12 +- public/js/app/components/TheSearchTab.vue | 47 ++++ .../components/search-tab/TheMainSearch.vue | 215 ++++++++++++++++++ public/js/app/search.js | 1 + 5 files changed, 269 insertions(+), 13 deletions(-) create mode 100644 public/js/app/components/TheSearchTab.vue create mode 100644 public/js/app/components/search-tab/TheMainSearch.vue diff --git a/public/index.html b/public/index.html index 4b8a4cd..c616925 100644 --- a/public/index.html +++ b/public/index.html @@ -33,7 +33,7 @@
- +
@@ -42,9 +42,6 @@
-
- -