Skip to content

Commit 4a46dc8

Browse files
author
ntepluhina
committed
fix: uncommented computed
1 parent e188015 commit 4a46dc8

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
@@ -34,8 +34,8 @@ module.exports = {
3434
'introduction',
3535
'instance',
3636
'template-syntax',
37-
// 'computed',
38-
// 'class-and-style',
37+
'computed',
38+
'class-and-style',
3939
'conditional',
4040
'list',
4141
'events',

0 commit comments

Comments
 (0)