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

@@ -1,9 +1,6 @@
<template>
<div class="become-seller">
<seller-header
title="Apply to Become a Seller"
tip="Join the Stylish Parade and start selling your design work"
/>
<seller-header />
<div class="content">
<seller-apply v-if="applyStatus === null" @submit="onSubmit" />
<seller-review v-else />