mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[Improvement] use bem mixin (#934)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div :class="b({ disabled: isDisabled })" @click="$emit('click')">
|
||||
<span class="van-radio__input">
|
||||
<span :class="b('input')">
|
||||
<input
|
||||
:value="name"
|
||||
v-model="currentValue"
|
||||
|
Reference in New Issue
Block a user