Skip to content
代码片段 群组 项目
提交 5a37e360 编辑于 作者: Tom Quirk's avatar Tom Quirk 提交者: Fatih Acet
浏览文件

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

上级 8953e5c0
No related branches found
No related tags found
无相关合并请求
...@@ -581,6 +581,18 @@ Please check this [rules][eslint-plugin-vue-rules] for more documentation. ...@@ -581,6 +581,18 @@ Please check this [rules][eslint-plugin-vue-rules] for more documentation.
<component /> <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 #### Ordering
1. Tag order in `.vue` file 1. Tag order in `.vue` file
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册