fixed infinite loop Bug when in hasOneShowingChild Edit the onlyOneChild
This commit is contained in:
@@ -62,8 +62,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
this.onlyOneChild = null
|
||||||
return {
|
return {
|
||||||
onlyOneChild: null
|
// onlyOneChild: null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user