Commit 93cc14be827e6bc3c1309bf784e431abe373430c

Authored by Jason
1 parent 71b6b274

Fix space format issue.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/breadcrumb/breadcrumb.vue
... ... @@ -23,7 +23,7 @@
23 23 this.updateChildren();
24 24 },
25 25 updated () {
26   - this.updateChildren();
  26 + this.updateChildren();
27 27 },
28 28 methods: {
29 29 updateChildren () {
... ...