From 9a4afee5c2e51faa179786965d802e94997fec1b Mon Sep 17 00:00:00 2001 From: chenghx Date: Fri, 3 Aug 2018 17:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ETagSelect=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/PageLayout.vue | 2 +- .../list/{ => Search}/ApplicationList.vue | 8 ++-- .../list/{ => Search}/ArticleList.vue | 8 ++-- .../list/{ => Search}/ProjectList.vue | 8 ++-- src/components/list/Search/SearchForm.vue | 46 +++++++++++++++++++ .../list/{ => Search}/SearchLayout.vue | 7 +-- src/components/page/PageHeader.vue | 5 +- src/components/tool/TagSelect.vue | 36 +++++++++++++++ src/components/tool/TagSelectOption.vue | 34 ++++++++++++++ src/router/index.js | 8 ++-- 10 files changed, 143 insertions(+), 19 deletions(-) rename src/components/list/{ => Search}/ApplicationList.vue (58%) rename src/components/list/{ => Search}/ArticleList.vue (57%) rename src/components/list/{ => Search}/ProjectList.vue (57%) create mode 100644 src/components/list/Search/SearchForm.vue rename src/components/list/{ => Search}/SearchLayout.vue (94%) create mode 100644 src/components/tool/TagSelect.vue create mode 100644 src/components/tool/TagSelectOption.vue diff --git a/src/components/layout/PageLayout.vue b/src/components/layout/PageLayout.vue index 1e9d9a8..846fe4a 100644 --- a/src/components/layout/PageLayout.vue +++ b/src/components/layout/PageLayout.vue @@ -2,7 +2,7 @@
-
+

{{desc}}