-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[vue] 你有看过vue推荐的风格指南吗?列举出你知道的几条 #547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
vue
vue
Comments
1、组件名称见名知意,最好加特殊前缀,如:el-Button、el-row等 |
1、使用v-for时记得加key,可以快速定位到需要更新的DOM节点,提高效率。 |
🔗 https://cn.vuejs.org/v2/style-guide/
|
在路由中导入的组件小写,在页面中导入的组件以驼峰命名 |
Why? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[vue] 你有看过vue推荐的风格指南吗?列举出你知道的几条
The text was updated successfully, but these errors were encountered: