feat: 面包屑导航

This commit is contained in:
2026-04-29 15:21:50 +08:00
parent 7eff1b0506
commit d6a07e7fc7
8 changed files with 238 additions and 80 deletions

View File

@@ -40,14 +40,7 @@ defineExpose({})
</script>
<template>
<div class="create-select">
<seller-header
title="Select Collection"
:breadcrumbs="[
{title:'My Listings', name:'myListingsIndex'},
{title:'Select Collection', name: 'myListingsSelect' }
]"
>
</seller-header>
<seller-header />
<div class="content">
<div class="title">
<div class="left">
@@ -152,4 +145,4 @@ defineExpose({})
}
}
}
</style>
</style>