no message

Former-commit-id: 699189b3c08a6ee33507f85f044e689efc8e3728 [formerly 699189b3c08a6ee33507f85f044e689efc8e3728 [formerly 699189b3c08a6ee33507f85f044e689efc8e3728 [formerly 699189b3c08a6ee33507f85f044e689efc8e3728 [formerly c0d3941f5d8684d3458aa1d178c24ed61466e5bd [formerly d15558b371fbc631f0767b9fe99c89ecd090499f]]]]]
Former-commit-id: dd7849cbdc52757bbc19de77179071f14194a35f
Former-commit-id: 8f2b4be2496606791fa3057ce35e0e3fac961d6b
Former-commit-id: 8f021fd1376484b7a665572fab2cafd76a350f44 [formerly 16dde9860152dc38030830b222debe5651a38758]
Former-commit-id: 086a5da14800a835def0ec991602bd34d40678cb
Former-commit-id: 641b109e52f9ead62ccf8434f342577b7c3b7d2d
Former-commit-id: fc70c3c67eb4429774618f69e361170a638b09eb
Former-commit-id: 0b908d97399aac8a03125994601fbd9d0a1792c2
Former-commit-id: 334220de56ca3c88e0aa9b81f21a7897d614f8df
This commit is contained in:
liyang
2018-06-21 11:11:50 +08:00
parent 0dcfa205d9
commit 0408d1c2f7
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<div class="toggle-aside-btn" @click="collapse = !collapse">
<d2-icon name="bars"/>
</div>
<d2-layout-main-header-menu/>
<d2-layout-main-menu-header/>
<!-- 顶栏右侧 -->
<div class="d2-header-right">
<d2-layout-main-header-help/>
@@ -43,7 +43,7 @@ export default {
name: 'd2-layout-main',
components: {
'd2-layout-main-menu-side': () => import('./components/-menu-side'),
'd2-layout-main-header-menu': () => import('./components/-header-menu'),
'd2-layout-main-menu-header': () => import('./components/-menu-header'),
'd2-layout-main-header-full-screen': () => import('./components/-full-screen'),
'd2-layout-main-header-theme': () => import('./components/-theme'),
'd2-layout-main-header-user': () => import('./components/-user'),