no message
Former-commit-id: a019dcc258de8c00c5fb53de87534a9d829fae6e [formerly a019dcc258de8c00c5fb53de87534a9d829fae6e [formerly a019dcc258de8c00c5fb53de87534a9d829fae6e [formerly a019dcc258de8c00c5fb53de87534a9d829fae6e [formerly 9145b687479e7843f32cf1493f91c5538a5f3ce0 [formerly a95eb746c9464d51413a76e269049d0bbc0334eb]]]]] Former-commit-id: 1ee0d3a235da1bfe22b747976f4c0e4144e2ac46 Former-commit-id: 7e6a716b1ee023000fb190c3403c3eaf91e87992 Former-commit-id: 680fc5a4daa2889905ecb29ca7c97c82787c964d [formerly c96d049d93c86751f294861c52f43133345b0257] Former-commit-id: 96f27b06512bf4b594234d24e3af4535cabc4375 Former-commit-id: 469b9e9729b1c48dbeb01e7fe31dec04007b6c29 Former-commit-id: 143dbc8e752096284ffdabe036f3e6c55a6574a8 Former-commit-id: 9a1972de507eb22e931768ed0a0498b6043f3b56 Former-commit-id: 50066a6ba5164e44707132f440d313705e326a23
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
<template>
|
||||
<div class="d2-header-right">
|
||||
<d2-layout-main-header-right-full-screen/>
|
||||
<d2-layout-main-header-right-theme/>
|
||||
<d2-layout-main-header-right-user/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
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')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -10,7 +10,11 @@
|
||||
<d2-icon name="bars"/>
|
||||
</div>
|
||||
<d2-layout-main-header-menu/>
|
||||
<d2-layout-main-header-right/>
|
||||
<div class="d2-header-right">
|
||||
<d2-layout-main-header-right-full-screen/>
|
||||
<d2-layout-main-header-right-theme/>
|
||||
<d2-layout-main-header-right-user/>
|
||||
</div>
|
||||
</el-header>
|
||||
<!-- 下面 主体 -->
|
||||
<el-container>
|
||||
@@ -35,7 +39,10 @@ export default {
|
||||
components: {
|
||||
'd2-layout-main-menu-side': () => import('./components/-menu-side'),
|
||||
'd2-layout-main-header-menu': () => import('./components/-header-menu'),
|
||||
'd2-layout-main-header-right': () => import('./components/-header-right')
|
||||
'd2-layout-main-header-right': () => import('./components/-header-right'),
|
||||
'd2-layout-main-header-right-full-screen': () => import('./components/-full-screen'),
|
||||
'd2-layout-main-header-right-theme': () => import('./components/-theme'),
|
||||
'd2-layout-main-header-right-user': () => import('./components/-user')
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user