Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
fix(AtSeps): 删除无效validator
Browse files Browse the repository at this point in the history
  • Loading branch information
psaren committed Jun 2, 2020
1 parent 8f1a46d commit 21eabff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/steps/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { View } from '@tarojs/components'
import { View } from '@tarojs/components'
import classNames from 'classnames'

export default {
Expand All @@ -19,7 +19,6 @@ export default {
items: {
type: Array,
default: () => [],
validator: (ary) => ary.every((item) => Array.isArray(item) || typeof item === 'string'),
},
onChange: {
type: Function,
Expand Down

0 comments on commit 21eabff

Please # to comment.