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

@@ -41,10 +41,7 @@ const {} = toRefs(data);
</script>
<template>
<div class="myListings-seller">
<seller-header
title="My Listings"
tip="Active listings and unpublished inventory."
>
<seller-header>
<template #right>
<div class="button" @click="newListing">
<span>New Listing</span>
@@ -99,4 +96,4 @@ const {} = toRefs(data);
position: relative;
}
}
</style>
</style>