How do you share files for a Vue project built by Nuxt.js?

how do Vue projects built with Nuxt.js share header and footer files?
only files with section contents are placed in the page directory.
Navigation bars and footers and every time you jump to a new route, navigation doesn"t have to be reloaded. Gods, how to change this?


use layouts, custom layout files, in all pages that require header and footer, layouts: "name".

Menu