[Vue warn]: Failed to resolve component: router-view in Laravel
working with vue 3 and laravel project. when I load welcome.blade.php it is viewing only mainapp.vue as well and not visible other vue.js files. inspector encounting following error message [Vue warn]: Failed to resolve component: router-view If this is a…