From fd550545afd6b03d0d8d3785cea22488bffb24f0 Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 13 Mar 2019 18:23:06 +0800 Subject: [PATCH] init right-panel --- src/components/RightPanel/index.vue | 141 ++++++++++++++++++++++++++++ src/layout/Layout.vue | 15 +-- src/store/modules/app.js | 3 +- src/utils/index.js | 13 +++ 4 files changed, 165 insertions(+), 7 deletions(-) create mode 100644 src/components/RightPanel/index.vue diff --git a/src/components/RightPanel/index.vue b/src/components/RightPanel/index.vue new file mode 100644 index 00000000..80ef8709 --- /dev/null +++ b/src/components/RightPanel/index.vue @@ -0,0 +1,141 @@ + + + + + + + diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index 4d0eaa2b..7c5d753b 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -6,17 +6,21 @@ +