mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-11-29 18:57:34 +08:00
Update Image.vue
This commit is contained in:
parent
c2acbaaa94
commit
3895305882
@ -8,7 +8,7 @@
|
|||||||
<image-sd/>
|
<image-sd/>
|
||||||
</van-tab>
|
</van-tab>
|
||||||
<van-tab title="DALL" name="dall">
|
<van-tab title="DALL" name="dall">
|
||||||
<van-empty description="功能正在开发中"/>
|
<img-wall/>
|
||||||
</van-tab>
|
</van-tab>
|
||||||
</van-tabs>
|
</van-tabs>
|
||||||
</div>
|
</div>
|
||||||
@ -18,6 +18,7 @@
|
|||||||
import {ref} from "vue";
|
import {ref} from "vue";
|
||||||
import ImageMj from "@/views/mobile/pages/ImageMj.vue";
|
import ImageMj from "@/views/mobile/pages/ImageMj.vue";
|
||||||
import ImageSd from "@/views/mobile/pages/ImageSd.vue";
|
import ImageSd from "@/views/mobile/pages/ImageSd.vue";
|
||||||
|
import ImgWall from "@/views/mobile/pages/ImgWall.vue";
|
||||||
|
|
||||||
const activeName = ref("mj")
|
const activeName = ref("mj")
|
||||||
</script>
|
</script>
|
||||||
@ -30,4 +31,4 @@ const activeName = ref("mj")
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user