Authored by TaoHuang

add header slot

<template>
<div class="layout">
<LayoutHeader class="layout-header" :title="title" :opacity="opacity" :show-back="showBack"></LayoutHeader>
<slot name="header">
<LayoutHeader class="layout-header" :title="title" :opacity="opacity" :show-back="showBack"></LayoutHeader>
</slot>
<div class="layout-context" :class="{fixscroll: this.fixscroll}">
<slot></slot>
</div>
... ...