Optimizing Vue big data processing
npm install vue-setstateUsing React style setState method in Vue, Apply to optimize rendering speed of big data
``bash`
$ npm i vue-setstate -S
`js
import Vue from 'vue'
import setState from 'vue-setstate'
Vue.use(setState)
`
Then in your component:
`js`
> Warning: state is not reactive!, you must use setState` method if you want to change the view.
Copyright (c) 2017-present, Army-U