Skip to content

Commit b74b51d

Browse files
committed
🐛 fix: signup propsData bug
1 parent a2435cd commit b74b51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/schema.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const schema = Object.freeze(require('./data/signup.json'));
1212
describe('schema', () => {
1313
const model = {};
1414
const wrapper = shallowMount(JsonEditor, {
15-
propsData: { schema, model },
15+
propsData: { schema, value: model },
1616
});
1717
const component = wrapper.vm;
1818

0 commit comments

Comments
 (0)