feat(Picker): some prop can be string type
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ export default createComponent({
|
||||
},
|
||||
|
||||
render(h) {
|
||||
const { itemHeight } = this;
|
||||
const itemHeight = +this.itemHeight;
|
||||
const wrapHeight = itemHeight * this.visibleItemCount;
|
||||
|
||||
const frameStyle = {
|
||||
|
||||
Reference in New Issue
Block a user