Skip to content

Guide: About "Tightly coupled component names" #1195

Closed
@ktquez

Description

@ktquez

Firstly, I need to thank you for this guide and congratulate you for this incredible teamwork.

About the "Tightly coupled component names"

components/
|- TodoList.vue
|- TodoListItem.vue
|- TodoListItemButton.vue

Would it also be good practice to structure this way?

components/
|- TodoList/index.vue
|- TodoList/Item.vue
|- TodoList/ItemButton.vue

Per-directory by reducing the number of components in the "components" directory.

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions