Skip to content

Commit

Permalink
Fix the directives in the don't section.
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Apr 25, 2018
1 parent 0fcc607 commit ece5f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ If you wish to maintain a code pattern throughout your entire project, with clea
## DON'T

* Declare global mixins;
* Use v-bind. Instead, use the short term (:);
* Use v-on. Instead, use the short term (@);
* 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/).
Expand Down

0 comments on commit ece5f84

Please sign in to comment.