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