fix
This commit is contained in:
@@ -208,7 +208,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
import("@/views/SellerDashboard/MyListings/createSelect/index.vue")
|
||||
},
|
||||
{
|
||||
path: "select/:id",
|
||||
path: "select/:collectionId",
|
||||
name: "myListingsSelectItem",
|
||||
meta: { enter: "all" },
|
||||
component: () =>
|
||||
|
||||
Reference in New Issue
Block a user