kouts / vue-dataset

A set of Vue.js components to display datasets (lists) with filtering, paging, and sorting capabilities!
https://next--vue-dataset-demo.netlify.app/
MIT License
220 stars 25 forks source link

fix: use deep watch instead of computed for data update #112

Closed kouts closed 1 year ago

kouts commented 1 year ago

This PR: Changed the way data updates are triggered by using watch with deep: true instead of `computed.

fixes #94 #111

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 3.5.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: