mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[improvement] update lint rules (#3970)
This commit is contained in:
@@ -46,7 +46,7 @@ export const CheckboxMixin = ({ parent, bem, role }) => ({
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
const { slots, checked } = this;
|
||||
|
||||
const CheckIcon = slots('icon', { checked }) || (
|
||||
|
Reference in New Issue
Block a user