側邊攔響應式
This commit is contained in:
@@ -6,9 +6,9 @@ use App\Http\Controllers\CategoryController;
|
||||
use App\Http\Controllers\VendorController;
|
||||
use App\Http\Controllers\VendorProductController;
|
||||
|
||||
Route::get('/', function () {
|
||||
return Inertia::render('Welcome');
|
||||
});
|
||||
use App\Http\Controllers\DashboardController;
|
||||
|
||||
Route::get('/', [DashboardController::class, 'index'])->name('dashboard');
|
||||
|
||||
use App\Http\Controllers\ProductController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user