vuejs/v2.vuejs.org

Does Component Naming Apply To The File Name as Well?

torressam333 opened this issue · 0 comments

In the Vue style guide, I see the section about multi-word component naming.
Does this also apply to the File name itself or just the name: 'component-name-here' property within the Vue component? The guide is not explicit in this matter.
Thank you.