正文vue 强制刷新组件IP云V管理员/2022-12-01/3 阅读 12/01提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 <component v-if="hackReset"></component> 2 3 4 this.hackReset = false this.$nextTick(() => { this.hackReset = true }) hackReset写在父data中开始hackReset=true