Skip to content
代码片段 群组 项目
提交 b99c0ffa 编辑于 作者: Mark Florian's avatar Mark Florian 提交者: Alexander Turinske
浏览文件

Fix wording Vue guide

The default export of a `.vue` file is the component's definition, not
an instance of it.
上级 99a25143
No related branches found
No related tags found
无相关合并请求
......@@ -121,7 +121,7 @@ Check the [rules](https://github.com/vuejs/eslint-plugin-vue#bulb-rules) for mor
1. **Extensions**: Use `.vue` extension for Vue components. Do not use `.js` as file extension
([#34371](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/34371)).
1. **Reference Naming**: Use PascalCase for their instances:
1. **Reference Naming**: Use PascalCase for their default imports:
```javascript
// bad
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册