I'm new to Vue.
I have created some elements (I'm using Element Components) and the code gets too long. I would like to know if there is any way to create a several Vue files and include them all to one? For exmaple, I have Navbar.vue, Header.vue , Footer.vue and Body.vue.
I want to include them all into one file.
Is it possible?