mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[improvement] SwitchCell: jsx (#2656)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import Icon from '../icon';
|
||||
import findParent from './find-parent';
|
||||
|
||||
export default ({ parent, bem }) => ({
|
||||
export default (parent, bem) => ({
|
||||
mixins: [findParent],
|
||||
|
||||
props: {
|
||||
|
Reference in New Issue
Block a user