Skip to content

Commit ece5f84

Browse files
committed
Fix the directives in the don't section.
1 parent 0fcc607 commit ece5f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

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

0 commit comments

Comments
 (0)