no message
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
</slot>
|
||||
</view>
|
||||
<view class="header-mid">
|
||||
<text :style="{fontSize:fontSize,fontWeight:fontWeight,color:color}">{{title}}</text>
|
||||
<slot name="mid" v-if="isMid">
|
||||
|
||||
</slot>
|
||||
<text v-else :style="{fontSize:fontSize,fontWeight:fontWeight,color:color}">{{title}}</text>
|
||||
</view>
|
||||
<view class="header-right">
|
||||
<slot name="right">
|
||||
@@ -39,6 +42,10 @@
|
||||
type:Boolean,
|
||||
default:false
|
||||
},
|
||||
isMid:{
|
||||
type:Boolean,
|
||||
default:false
|
||||
},
|
||||
title:{
|
||||
type:String,
|
||||
default:''
|
||||
|
||||
Reference in New Issue
Block a user