Commit 39e2ace4 authored by Christiaan Van den Poel's avatar Christiaan Van den Poel Committed by Rémy Coutable

fixes some markup issues in the js style guide docs

parent 4ccbd556
......@@ -414,7 +414,6 @@ A forEach will cause side effects, it will be mutating the array being iterated.
1. Default key should be provided if the prop is not required.
_Note:_ There are some scenarios where we need to check for the existence of the property.
On those a default key should not be provided.
```javascript
// good
props: {
......@@ -494,7 +493,6 @@ On those a default key should not be provided.
#### Ordering
1. Tag order in `.vue` file
```
<script>
// ...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment