Skip to content

Commit 8c8e59a

Browse files
authored
fix: missing comma in web-components.md (#1192)
1 parent a3c0c27 commit 8c8e59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/web-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
.rule('vue')
4545
.use('vue-loader')
4646
.tap(options => ({
47-
...options
47+
...options,
4848
compilerOptions: {
4949
// treat any tag that starts with ion- as custom elements
5050
isCustomElement: tag => tag.startsWith('ion-')

0 commit comments

Comments
 (0)