0👍
Try this magic spell:
vm.$forceUpdate();
or
you can also use :key="someVariableUnderYourControl"
and change the key when you want to component to be completely rebuilt.
reference : Can you force Vue.js to reload/re-render?
- [Vuejs]-Why is the attribute 'key' and 'vars' not recognised
- [Vuejs]-Render a date that comes asynchronous for each item in v-for
Source:stackexchange.com