chore: add trailingComma
This commit is contained in:
@@ -52,7 +52,7 @@ function transformFunctionComponent(pure: FunctionComponent): VantComponentOptio
|
||||
functional: true,
|
||||
props: pure.props,
|
||||
model: pure.model,
|
||||
render: (h, context): any => pure(h, context.props, unifySlots(context), context)
|
||||
render: (h, context): any => pure(h, context.props, unifySlots(context), context),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user