提交 f6ad8f79 编写于 作者: D dolymood

test(validator): add modelKey

上级 39eff8fe
......@@ -158,7 +158,10 @@ describe('Validator', () => {
const validatingHandler = sinon.spy()
const validatedHandler = sinon.spy()
vm = createValidator({
model: '',
model: {
value: ''
},
modelKey: 'value',
rules: {
required: true,
asyncRule: () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册