Vue.js - Destroy a cached component from keep alive
You can call this.$destroy()
before user close the tab and delete all of data and event binding in that one.
You can call this.$destroy()
before user close the tab and delete all of data and event binding in that one.