0👍
<template>
<component v-if='toggle' />
</template>
You can force re render by toggling the component with v-if.
- [Vuejs]-It is impossible to access props until the hot update of the Vue JS + Quasar component occurs
- [Vuejs]-How to retreive JSON web token with axios in Vue?
Source:stackexchange.com