Commit 5a37e360 authored by Tom Quirk's avatar Tom Quirk Committed by Fatih Acet

Resolve "Rename <ApolloMutation> component to <apollo-mutation>"

parent 8953e5c0
......@@ -581,6 +581,18 @@ Please check this [rules][eslint-plugin-vue-rules] for more documentation.
<component />
```
#### Component usage within templates
1. Prefer a component's kebab-cased name over other styles when using it in a template
```javascript
// bad
<MyComponent />
// good
<my-component />
```
#### Ordering
1. Tag order in `.vue` file
......
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