mutoe / vue3-realworld-example-app

Explore the charm of Vue composition API! Vite?
https://vue3-realworld-example-app-mutoe.vercel.app
MIT License
963 stars 344 forks source link

[WIP] refactor: rename one-word component name #25

Closed mutoe closed 4 years ago

mutoe commented 4 years ago

close #23

mutoe commented 4 years ago

@levchak0910 Do we need to rename index.vue file in component folder? like src/components/Article/index.vue to src/components/Article/ArticleDetail.vue ?

levchak0910 commented 4 years ago

Let's make the components folder plain (as you have made previously) I'm not very comfortable with this, but it's best to stick with the official vue style guide.

mutoe commented 4 years ago

@levchak0910 I'll leave the rest to you, my friend

levchak0910 commented 4 years ago

@mutoe ok, thanks)