Skip to content

Commit

Permalink
fix: 优化部分组件
Browse files Browse the repository at this point in the history
  • Loading branch information
三少 committed Nov 1, 2021
1 parent 440e45b commit 5d4d1fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vantui-demo/src/pages/dialog/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default class Index extends Component {
beforeClose,
})
.catch((e) => {
conosle.log(e)
console.log(e)
})
}

Expand Down
1 change: 0 additions & 1 deletion packages/vantui-demo/src/pages/picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default class Index extends Component {
onChange2 = (event) => {
const { picker, value } = event.detail
picker.setColumnValues(1, this.state.column3[value[0]])
Taro.getApp().picker = picker
}

render() {
Expand Down
1 change: 1 addition & 0 deletions packages/vantui/src/components/stepper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export default function Index(props: StepperProps) {

return value
},
// eslint-disable-next-line react-hooks/exhaustive-deps
[
_isDisabled,
step,
Expand Down

0 comments on commit 5d4d1fc

Please sign in to comment.