dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
643 stars 157 forks source link

vue-query-builder TypeError: Cannot read property 'push' of undefined #62

Open LoopLife opened 3 years ago

LoopLife commented 3 years ago

a demo with vue-query-builder

joseph-sm commented 3 years ago

I had same issue try setting the initial state for v-model eg.

query: {
    logicalOperator: 'all',
    children: [],
},
sadortun commented 3 years ago

Duplicate of #57