123456789101112131415161718 |
- <template>
- <view class="container">
- <view class="content">
- <!-- <u-parse :html="announcement.content" :selectable="true" :show-with-animation="true" style="width: 100%;"></u-parse> -->
- </view>
- </view>
- </template>
- <script setup>
- import { ref } from 'vue'
- import { onLoad } from '@dcloudio/uni-app'
- </script>
- <style lang="scss" scoped>
- .container {
-
- }
- </style>
|