Skip to content

Commit 3e9417d

Browse files
committed
remove superfluous header for style guide
1 parent 069be7f commit 3e9417d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/v2/style-guide/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Style Guide
33
type: style-guide
44
---
55

6-
# Style Guide <sup class="beta">beta</sup>
7-
86
This is the official style guide for Vue-specific code. If you use Vue in a project, it's a great reference to avoid errors, bikeshedding, and anti-patterns. However, we don't believe that any style guide is ideal for all teams or projects, so mindful deviations are encouraged based on past experience, the surrounding tech stack, and personal values.
97

108
For the most part, we also avoid suggestions about JavaScript or HTML in general. We don't mind whether you use semicolons or trailing commas. We don't mind whether your HTML uses single-quotes or double-quotes for attribute values. Some exceptions will exist however, where we've found that a particular pattern is helpful in the context of Vue.

0 commit comments

Comments
 (0)