Files
Yi.Admin/Yi.Bbs.Vue3/src/views/dc/Index.vue
2024-11-12 22:29:06 +08:00

12 lines
417 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<div style="display: flex;flex-direction: column;align-items: center;">
<el-divider/>
<p>数字藏品活动在意社区官方小程序中欢迎体验</p>
<p style="margin: 10px;font-size: large">微信小程序</p>
<img style="width: 200px; height: 200px" src="@/assets/wechat/mini.jpg" alt=""/>
<el-divider/>
</div>
</template>
<script setup lang="ts">
</script>