From 97625537fd396abda04787cb40b596e603fda60a Mon Sep 17 00:00:00 2001
From: liyang <1711467488@qq.com>
Date: Sun, 10 Jun 2018 21:02:39 +0800
Subject: [PATCH] no message
Former-commit-id: edcfd3afc4ef42dac6b6820878a67945f103b8bf
Former-commit-id: 37db967e060ed4730d1a0c2bb9f1507f3f2d85ce
Former-commit-id: 387b6e45dac4ae5743484464ba854325e53684e9
---
.../components/-header-right/components/-theme.vue | 10 ++++++++++
.../d2-layout-main/components/-header-right/index.vue | 2 ++
2 files changed, 12 insertions(+)
create mode 100644 src/components/core/d2-layout-main/components/-header-right/components/-theme.vue
diff --git a/src/components/core/d2-layout-main/components/-header-right/components/-theme.vue b/src/components/core/d2-layout-main/components/-header-right/components/-theme.vue
new file mode 100644
index 00000000..133d5f88
--- /dev/null
+++ b/src/components/core/d2-layout-main/components/-header-right/components/-theme.vue
@@ -0,0 +1,10 @@
+
+
+ 主题
+
+
+
+
+
+
+
diff --git a/src/components/core/d2-layout-main/components/-header-right/index.vue b/src/components/core/d2-layout-main/components/-header-right/index.vue
index 981d1916..f62d5b54 100644
--- a/src/components/core/d2-layout-main/components/-header-right/index.vue
+++ b/src/components/core/d2-layout-main/components/-header-right/index.vue
@@ -1,6 +1,7 @@
@@ -10,6 +11,7 @@ export default {
name: 'd2-layout-main-header-right',
components: {
'd2-layout-main-header-right-full-screen': () => import('./components/-full-screen.vue'),
+ 'd2-layout-main-header-right-theme': () => import('./components/-theme.vue'),
'd2-layout-main-header-right-user': () => import('./components/-user.vue')
}
}