Merge pull request #3586 from ChuanfengZhang/2.0

radio 组合使用,type="button"时文字没有居中
This commit is contained in:
Aresn 2018-05-14 09:57:15 +08:00 committed by GitHub
commit d93bdb97e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,7 @@
@change="change"
@focus="onFocus"
@blur="onBlur">
</span>
<slot>{{ label }}</slot>
</span><slot>{{ label }}</slot>
</label>
</template>
<script>