I integrated Laravel and Vue everything that is in vue js begins with the route link the / # / is added, I am having problems so that I can recognize laravel middleware in vue, I use:
Route::group(['middleware'=>'auth'], function () {
Route::get('/profile', [
'as' => 'dos.vers',
'uses' => 'ThumbnailController@view',
]);
});