Skip to content

Commit 73210e7

Browse files
authored
Merge branch 'master' into feat/valid-define-options
2 parents 89a4444 + 75b46ee commit 73210e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/fixtures/script-indent/ts-enum-member-01.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ enum Direction {
77
Down,
88
Left
99
= 2,
10-
[
11-
Right
12-
] =
10+
// [ // Currently, computed property names are not allowed in enums.
11+
Right
12+
// ]
13+
=
1314
3,
1415
}
1516
</script>

0 commit comments

Comments
 (0)