[Improvement] component use bem mixin (#921)

This commit is contained in:
neverland
2018-04-24 11:53:06 +08:00
committed by GitHub
parent 86184e090e
commit b0f4096e88
14 changed files with 66 additions and 56 deletions

View File

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