您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

commercialContentSection.vue 539B

12345678910111213141516171819
  1. <template>
  2. <section id="services">
  3. <div class="container">
  4. <div class="section-header">
  5. <p>
  6. Uni-Vate Properties seeks out professional, clean spaces for such companies and acts as
  7. mediator between the landlord/-lady and the tenants. Uni-Vate Properties provides
  8. value-adding service to clients and conducts business with a high standard and integrity.
  9. </p>
  10. </div>
  11. </div>
  12. </section>
  13. </template>
  14. <script>
  15. export default {};
  16. </script>
  17. <style lang="scss" scoped></style>