[Improvement] add BEM helper mixin (#904)

This commit is contained in:
neverland
2018-04-22 11:33:54 +08:00
committed by GitHub
parent f92caf0e5c
commit 051116df4c
17 changed files with 132 additions and 111 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="van-badge-group van-hairline--top-bottom">
<div :class="b()" class="van-hairline--top-bottom">
<slot />
</div>
</template>