Skip to content

Commit 6404403

Browse files
author
ntepluhina
committed
fix: added missing comma
1 parent fa62ff2 commit 6404403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ module.exports = {
3737
// 'computed',
3838
// 'class-and-style',
3939
'conditional',
40-
'list'
41-
'events'
40+
'list',
41+
'events',
4242
'conditional',
4343
'list'
4444
]

0 commit comments

Comments
 (0)