mirror of
https://github.com/youzan/vant.git
synced 2026-05-04 01:01:23 +08:00
[improvement] update lint rules (#3970)
This commit is contained in:
@@ -313,7 +313,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
const props = {};
|
||||
Object.keys(pickerProps).forEach(key => {
|
||||
props[key] = this[key];
|
||||
|
||||
Reference in New Issue
Block a user