- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 695
Closed
Description
What did you expect to happen?
This rule requires default value to be set for each props that are not marked as `required` (except `Boolean` props).
<eslint-code-block :rules="{'vue/require-default-prop': ['error']}">
```
<script>
What actually happened?
This rule requires default value to be set for each props that are not marked as `required` (except `Boolean` props).
<eslint-code-block :rules="{'vue/require-default-prop': ['error']}">
```
<script>
Metadata
Metadata
Assignees
Labels
No labels