修复:添加reset.css和cell加上right-icon的slot (#27)

* add reset css and remove postcss-salad

* cell add right icon slog
This commit is contained in:
张敏
2017-05-09 11:45:33 +08:00
committed by Yao
parent 873c0ab25f
commit 8cdbb0fdd5
12 changed files with 126 additions and 533 deletions
+3 -1
View File
@@ -24,7 +24,9 @@
<span v-text="value"></span>
</slot>
</div>
<i class="van-icon van-icon-arrow" v-if="isLink"></i>
<slot name="right-icon">
<i class="van-cell__right-icon van-icon van-icon-arrow" v-if="isLink"></i>
</slot>
</a>
</template>