contactUs.vue 373 B

123456789101112131415161718
  1. <template>
  2. <view class="container">
  3. <view class="content">
  4. <!-- <u-parse :html="announcement.content" :selectable="true" :show-with-animation="true" style="width: 100%;"></u-parse> -->
  5. </view>
  6. </view>
  7. </template>
  8. <script setup>
  9. import { ref } from 'vue'
  10. import { onLoad } from '@dcloudio/uni-app'
  11. </script>
  12. <style lang="scss" scoped>
  13. .container {
  14. }
  15. </style>