<script setup>
import {goodStore} from "@/stores/goods/index.js";
import xImage from '@/components/x-image/index.vue'
const {
  auctionDetail
} = goodStore()
</script>

<template>
  <div class="px-16px pt-14px">
    <div class="text-#575757 text-14px" v-html="auctionDetail.info">
    </div>
  </div>
</template>

<style scoped>

</style>