[Fix] No seperators show if did not initialize data when using breadcrumb.
This commit is contained in:
parent
ab249f7059
commit
71b6b274b5
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
mounted () {
|
mounted () {
|
||||||
this.updateChildren();
|
this.updateChildren();
|
||||||
},
|
},
|
||||||
|
updated () {
|
||||||
|
this.updateChildren();
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
updateChildren () {
|
updateChildren () {
|
||||||
this.$children.forEach((child) => {
|
this.$children.forEach((child) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue