which you can read more about in ourguide to conditional rendering in Vue, as well as to cover popular methods for watching route changes in the Composition API, such as the route watcher and navigation guard methods.
If you do not store your components in src/components, you will need to configure a new path to use. You can do this by passing an array of the paths you want for unplugin-vue-components into the dirs property of the unplugin-vue-components config: import Components from 'unplugin-vue...