需单独调用方法更新

javascript
this.$nextTick(() => {
if (this.$refs.collapseBox) {
this.$refs.collapseBox.resize()
}
})
需单独调用方法更新

this.$nextTick(() => {
if (this.$refs.collapseBox) {
this.$refs.collapseBox.resize()
}
})