Skip to content

Commit

Permalink
Merge pull request #9 from guastallaigor/feature/fix-dont-section
Browse files Browse the repository at this point in the history
Feature/fix dont section
  • Loading branch information
guastallaigor authored Apr 25, 2018
2 parents 02c60b5 + ece5f84 commit 06426fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ If you wish to maintain a code pattern throughout your entire project, with clea
## DON'T

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

### Code Style Recommended
Expand Down

0 comments on commit 06426fe

Please sign in to comment.