mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[Improvement] use bem mixin (#934)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<path :class="b('layer')" :style="layerStyle" :d="path" />
|
||||
</svg>
|
||||
<slot>
|
||||
<div :class="b('text')" class="van-circle__text">{{ text }}</div>
|
||||
<div :class="b('text')">{{ text }}</div>
|
||||
</slot>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user