We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2435cd commit b74b51dCopy full SHA for b74b51d
test/schema.test.js
@@ -12,7 +12,7 @@ const schema = Object.freeze(require('./data/signup.json'));
12
describe('schema', () => {
13
const model = {};
14
const wrapper = shallowMount(JsonEditor, {
15
- propsData: { schema, model },
+ propsData: { schema, value: model },
16
});
17
const component = wrapper.vm;
18
0 commit comments