The table in my project is defined as follows:
<vue-good-table
id="data-table"
:columns="workerTableColumns"
:rows="workerTableData"
:paginate="true"
style-class="table table-bordered table-striped"
v-bind:row-style-class="getThisRowClassAndId"
:global-search="true"
:sortable="false"
:per-page="50"
>
With 1.19.0 search works in my table. Starting from 1.19.2, search produces an error in the console:

@advicepyro thanks for pointing this out, fix coming up shortly
@advicepyro this should now be fixed in 1.19.3
im on vue 2.5.13 and vue beta.7 and this is still the problem. @xaksis