mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
[bugfix] remove unnecessary props (#323)
* fix: Tabbar icon line-height * [new feature] progress add showPivot prop * [new feature] TabItem support vue-router * [new feature] update document header style * [Doc] add toast english ducoment * [bugfix] Search box-sizing wrong * [Doc] update vant-demo respo * [Doc] translate theme & demo pages * [Doc] add Internationalization document * [bugfix] remove unnecessary props
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<div class="van-panel van-hairline--top-bottom">
|
||||
<div class="van-panel__header van-hairline--bottom">
|
||||
<slot name="header">
|
||||
<div class="van-panel__title" v-text="title"></div>
|
||||
<span class="van-panel__desc" v-if="desc" v-text="desc"></span>
|
||||
<span class="van-panel__status" v-if="status" v-text="status"></span>
|
||||
<div class="van-panel__title" v-text="title" />
|
||||
<span class="van-panel__desc" v-if="desc" v-text="desc" />
|
||||
<span class="van-panel__status" v-if="status" v-text="status" />
|
||||
</slot>
|
||||
</div>
|
||||
<div class="van-panel__content">
|
||||
|
Reference in New Issue
Block a user