mirror of
https://github.com/youzan/vant.git
synced 2025-12-18 02:06:02 +08:00
[bugfix] Address & Contact list style (#230)
* [bugfix] Checkbox border render error in weixin browser * [bugfix] TreeSelect dependency path error * [bugfix] Swipe should clear autoplay timer when destroyed * [bugfix] Optimize component dependency analyze when build style entry * merge * update yarn.lock * update README.md * update README.md * update README.md * update README.md * update README.md * [Doc] add more badges in README.md * update README.md * [bugfix] Address & Contact list style * fix: contact test cases
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<template v-else-if="type === 'edit'">
|
||||
<van-icon class="van-contact-card__icon" name="contact" />
|
||||
<div class="van-contact-card__text">
|
||||
<p>联系人:{{ name }}</p>
|
||||
<p>联系电话:{{ tel }}</p>
|
||||
<div>联系人:{{ name }}</div>
|
||||
<div>联系电话:{{ tel }}</div>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user