uniapp强制刷新子组件

<foot :type="type" v-if="hackReset">foot>
onShow() {
	this.hackReset = false;
	this.$nextTick(() => {
		this.hackReset = true;
	})
}

你可能感兴趣的:(uniapp,前端)