feat(Picker): add option slot (#7380)
This commit is contained in:
@@ -305,7 +305,7 @@ export default createComponent({
|
||||
|
||||
return (
|
||||
<li {...data}>
|
||||
<div {...childData} />
|
||||
{this.slots('option', option) || <div {...childData} />}
|
||||
</li>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user