As the doc says: https://vuepress.vuejs.org/guide/using-vue.html#using-components

the component is registered using the folder structure. e.g. I have a file components/w-button/w-button.vue is registered as w-button-w-button component.
How can I change this default behavior?
I want the auto comp registration follow the name property in the vue file.