Skip to content

Commit 06426fe

Browse files
Merge pull request #9 from guastallaigor/feature/fix-dont-section
Feature/fix dont section
2 parents 02c60b5 + ece5f84 commit 06426fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ If you wish to maintain a code pattern throughout your entire project, with clea
9898
## DON'T
9999

100100
* Declare global mixins;
101-
* Use a `div` as an actual `div` using [Pug](https://github.com/pugjs/pug), create a class or id instead;
102-
* Use v-bind, use the short term (:);
103-
* Use v-on, use the short term (@);
104-
* Use `style`, `height`, `width`, and other __static__ attribute tags inside them directly, create a class instead;
101+
* Use the `v-bind` directive. Instead, use the short term (:);
102+
* Use the `v-on` directive. Instead, use the short term (@);
103+
* Use a `div` as an actual `div` using [Pug](https://github.com/pugjs/pug). Create a class or id instead;
104+
* Use `style`, `height`, `width`, and other __static__ attribute tags inside them directly. Create a class instead;
105105
* Use [jQuery](https://jquery.com/).
106106

107107
### Code Style Recommended

0 commit comments

Comments
 (0)