Files
aida_front/src/views/SellerDashboard/BrandProfile/index.vue

14 lines
236 B
Vue
Raw Normal View History

2026-04-08 11:06:31 +08:00
<template>
<div class="brand-profile-index">brand-profile-index</div>
</template>
<script lang="ts" setup>
</script>
<style scoped lang="less">
.seller-dashboard-index {
width: 100%;
height: 100%;
overflow: hidden;
}
</style>