Update Image.vue

This commit is contained in:
SSMario 2024-05-27 21:00:59 +08:00 committed by GitHub
parent ad1a99aa44
commit 5a0876f8dc

View File

@ -8,7 +8,7 @@
<image-sd/>
</van-tab>
<van-tab title="DALL" name="dall">
<van-empty description="功能正在开发中"/>
<img-wall/>
</van-tab>
</van-tabs>
</div>
@ -18,6 +18,7 @@
import {ref} from "vue";
import ImageMj from "@/views/mobile/pages/ImageMj.vue";
import ImageSd from "@/views/mobile/pages/ImageSd.vue";
import ImgWall from "@/views/mobile/pages/ImgWall.vue";
const activeName = ref("mj")
</script>