Skip to content

Commit 28a141c

Browse files
Correct vue.config.js example (#1096)
A bracket is missing from the vue.config.js configuration example, this change would add in the missing bracket so the code example is valid.
1 parent 775f17a commit 28a141c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/migration/migration-build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
9191
}
9292
}
9393
})
94+
}
9495
}
9596
```
9697

0 commit comments

Comments
 (0)