discountTip.vue 462 B

12345678910111213141516
  1. <script lang='ts' setup>
  2. import { computed, defineAsyncComponent, nextTick, onMounted, onUnmounted, ref, watch } from 'vue'
  3. </script>
  4. <template>
  5. <div class="py-12px w-100% mx-auto text-center bg-#CDA98F text-#fff ">
  6. Wholesale home decor online from selected Chinese brands. <span class="underline cursor-pointer">
  7. <NuxtLink to="/contact">
  8. Get in Touch
  9. </NuxtLink>
  10. </span>
  11. </div>
  12. </template>
  13. <style lang='less' scoped>
  14. </style>