You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ When contributing to this repository, please first discuss the change you wish t
5
5
If you intend to change the public API, or make any non-trivial changes to the implementation, we recommend filing an issue. This lets us reach an agreement on your proposal before you put significant effort into it.
6
6
7
7
## Javascript style guides
8
-
JavaScript must adhere to [Vue.Js official recommended style](https://github.com/vuejs/eslint-plugin-vue).
8
+
Javascript must adhere to [Vue.js official recommended style](https://github.com/vuejs/eslint-plugin-vue).
9
9
10
10
## DocBlock
11
11
Every function, methods, computed properties, props should have a docblock to explain what it does
0 commit comments