Closed
Description
Currently if there's a component I want to reinitialize, I have to include the component as an expression, set that expression to blank, then reset the expression back to the component
<div v-component="{{currentComponent}}"></div>
container.currentComponent = '';
Vue.nextTick(function () {
container.currentComponent = 'origional-component';
});
Is there a better way to do this?
Metadata
Metadata
Assignees
Labels
No labels