14 lines
236 B
Vue
14 lines
236 B
Vue
|
|
<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>
|